1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

Merge branch 'EC-598-beeep-properly-store-passkeys-in-bitwarden' into PM-2207

This commit is contained in:
gbubemismith
2023-08-29 12:31:44 -04:00
251 changed files with 26071 additions and 1362 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -0,0 +1,28 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eu" viewBox="0 0 640 480">
<defs>
<g id="eu-d">
<g id="eu-b">
<path id="eu-a" d="m0-1-.3 1 .5.1z"/>
<use xlink:href="#eu-a" transform="scale(-1 1)"/>
</g>
<g id="eu-c">
<use xlink:href="#eu-b" transform="rotate(72)"/>
<use xlink:href="#eu-b" transform="rotate(144)"/>
</g>
<use xlink:href="#eu-c" transform="scale(-1 1)"/>
</g>
</defs>
<path fill="#039" d="M0 0h640v480H0z"/>
<g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">
<use xlink:href="#eu-d" width="100%" height="100%" y="-6"/>
<use xlink:href="#eu-d" width="100%" height="100%" y="6"/>
<g id="eu-e">
<use xlink:href="#eu-d" width="100%" height="100%" x="-6"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/>
<use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -5 .5)"/>
</g>
<use xlink:href="#eu-e" width="100%" height="100%" transform="scale(-1 1)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-us" viewBox="0 0 640 480">
<path fill="#bd3d44" d="M0 0h640v480H0"/>
<path stroke="#fff" stroke-width="37" d="M0 55.3h640M0 129h640M0 203h640M0 277h640M0 351h640M0 425h640"/>
<path fill="#192f5d" d="M0 0h364.8v258.5H0"/>
<marker id="us-a" markerHeight="30" markerWidth="30">
<path fill="#fff" d="m14 0 9 27L0 10h28L5 27z"/>
</marker>
<path fill="none" marker-mid="url(#us-a)" d="m0 0 16 11h61 61 61 61 60L47 37h61 61 60 61L16 63h61 61 61 61 60L47 89h61 61 60 61L16 115h61 61 61 61 60L47 141h61 61 60 61L16 166h61 61 61 61 60L47 192h61 61 60 61L16 218h61 61 61 61 60L0 0"/>
</svg>

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Om toegang tot n uitgetekende kluis te kry moet u weer waarmerk."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Vergrendel",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Meld aan met 'n ander toestel"
},
"logInInitiated": {
"message": "Aan tekening geïnisieer"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "'n Kennisgewing was na jou toestel gestuur."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Aanbevole bywerking van instellings"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Toegang geweier. U het nie toestemming om hierdie blad te sien nie."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "تسجيل الخروج من الخزنة يتطلب إعادة المصادقة للوصول إليها مرة أخرى."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "قفل",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "تسجيل الدخول باستخدام جهاز آخر"
},
"logInInitiated": {
"message": "بدء تسجيل الدخول"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "تم إرسال إشعار إلى جهازك."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "تحديث الإعدادات الموصى بها"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "جارٍ تسجيل الدخول"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "غير مسموح بالدخول. ليس لديك الصلاحية لعرض هذه الصفحة."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": ıxış edilmiş bir anbar, təkrar müraciət etmək üçün yenidən kimlik təsdiqləmə tələb edir."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Anbar vaxt bitməsi əməliyyatınızı dəyişdirmək üçün bir kilid açma üsulu quraşdırın."
},
"lock": {
"message": "Kilidlə",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Başqa cihazla giriş et"
},
"logInInitiated": {
"message": "Giriş etmə başladıldı"
"loginInitiated": {
"message": "Giriş başladıldı"
},
"notificationSentDevice": {
"message": "Cihazınıza bir bildiriş göndərildi."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Tövsiyə edilən Tənzimləmələr Güncəlləməsi"
},
"deviceApprovalRequired": {
"message": "Cihaz təsdiqi tələb olunur. Aşağıdan bir təsdiq variantı seçin:"
},
"rememberThisDevice": {
"message": "Bu cihazı xatırla"
},
"uncheckIfPublicDevice": {
"message": "Hər kəsə açıq bir cihaz istifadə edirsinizsə işarəni götürün"
},
"approveFromYourOtherDevice": {
"message": "Digər cihazınızdan təsdiqləyin"
},
"requestAdminApproval": {
"message": "Admin təsdiqini tələb et"
},
"approveWithMasterPassword": {
"message": "Ana parolla təsdiqlə"
},
"region": {
"message": "Bölgə"
},
"ssoIdentifierRequired": {
"message": "Təşkilat SSO identifikatoru tələb olunur."
},
"eu": {
"message": "AB",
"description": "European Union"
},
"loggingInOn": {
"message": "Giriş edilir"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Müraciət rədd edildi. Bu səhifəyə baxmaq üçün icazəniz yoxdur."
},
"accountSuccessfullyCreated": {
"message": "Hesab uğurla yaradıldı!"
},
"adminApprovalRequested": {
"message": "Admin təsdiqi tələb olunur"
},
"adminApprovalRequestSentToAdmins": {
"message": "Tələbiniz admininizə göndərildi."
},
"youWillBeNotifiedOnceApproved": {
"message": "Təsdiqləndikdən sonra məlumatlandırılacaqsınız."
},
"troubleLoggingIn": {
"message": "Girişdə problem var?"
},
"loginApproved": {
"message": "Giriş təsdiqləndi"
},
"userEmailMissing": {
"message": "İstifadəçi e-poçtu əskikdir"
},
"deviceTrusted": {
"message": "Cihaz güvənlidir"
},
"inputRequired": {
"message": "Giriş lazımdır."
},
"required": {
"message": "tələb olunur"
},
"search": {
"message": "Axtar"
},
"inputMinLength": {
"message": "Giriş, ən azı $COUNT$ simvol uzunluğunda olmalıdır.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Giriş uzunluğu $COUNT$ simvolu aşmamalıdır.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Aşağıdakı simvollara icazə verilmir: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Giriş dəyəri ən azı $MIN$ olmalıdır.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Giriş dəyəri $MAX$ dəyərini aşmamalıdır.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 və ya daha çox e-poçt yararsızdır"
},
"inputTrimValidator": {
"message": "Giriş, yalnız boşluq ehtiva etməməlidir.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Giriş, bir e-poçt ünvanı deyil."
},
"fieldsNeedAttention": {
"message": "Yuxarıdakı $COUNT$ sahənin diqqətinizə ehtiyacı var.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Seç --"
},
"multiSelectPlaceholder": {
"message": "-- Filtrləmək üçün yazın --"
},
"multiSelectLoading": {
"message": "Seçimlər alınır..."
},
"multiSelectNotFound": {
"message": "Heç bir element tapılmadı"
},
"multiSelectClearAll": {
"message": "Hamısını təmizlə"
},
"plusNMore": {
"message": "daha $QUANTITY$ ədəd",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Alt menyu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Для таго, каб аднавіць доступ да сховішча, патрабуецца паўторная аўтарызацыя."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Заблакіраваць",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Увайсці з іншай прылады"
},
"logInInitiated": {
"message": "Ініцыяваны ўваход"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Апавяшчэнне было адпраўлена на вашу прыладу."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Рэкамендаваныя налады абнаўлення"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Увайсці на"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Доступ забаронены. У вас не дастаткова правоў для прагляду гэтай старонкі."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "При изход от трезора ще ви се наложи отново да се идентифицирате, за да го достъпите."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Задайте метод за отключване, за да може да промените действието при изтичане на времето за достъп до трезора."
},
"lock": {
"message": "Заключване",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Вписване с друго устройство"
},
"logInInitiated": {
"loginInitiated": {
"message": "Вписването е стартирано"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Препоръчителна промяна на настройките"
},
"deviceApprovalRequired": {
"message": "Изисква се одобрение на устройството. Изберете начин за одобрение по-долу:"
},
"rememberThisDevice": {
"message": "Запомняне на това устройство"
},
"uncheckIfPublicDevice": {
"message": "Махнете отметката, ако използвате публично устройство"
},
"approveFromYourOtherDevice": {
"message": "Одобряване с другото Ви устройство"
},
"requestAdminApproval": {
"message": "Подаване на заявка за одобрение от администратор"
},
"approveWithMasterPassword": {
"message": "Одобряване с главната парола"
},
"region": {
"message": "Регион"
},
"ssoIdentifierRequired": {
"message": "Идентификаторът за еднократна идентификация на организация е задължителен."
},
"eu": {
"message": "ЕС",
"description": "European Union"
},
"loggingInOn": {
"message": "Вписване в"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Достъпът е отказан. Нямате право за преглед на тази страница."
},
"accountSuccessfullyCreated": {
"message": "Регистрацията е създадена успешно!"
},
"adminApprovalRequested": {
"message": "Заявено е одобрение от администратор"
},
"adminApprovalRequestSentToAdmins": {
"message": "Вашата заявка беше изпратена до администратора Ви."
},
"youWillBeNotifiedOnceApproved": {
"message": "Ще получите известие, когато тя бъде одобрена."
},
"troubleLoggingIn": {
"message": "Имате проблем с вписването?"
},
"loginApproved": {
"message": "Вписването е одобрено"
},
"userEmailMissing": {
"message": "Липсва е-поща на потребителя"
},
"deviceTrusted": {
"message": "Устройството е доверено"
},
"inputRequired": {
"message": "Полето е задължтелно да бъде попълнено."
},
"required": {
"message": "задължително"
},
"search": {
"message": "Търсене"
},
"inputMinLength": {
"message": "Въведеният в полето текст трябва да бъде с дължина поне $COUNT$ знака.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Полето не може да съдържа повече от $COUNT$ знака.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Следните знаци не са позволени: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Въведената стойност трябва да бъде поне $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Въведената стойност не трябва да бъде по-голяма от $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 или повече е-пощи са неправилни"
},
"inputTrimValidator": {
"message": "Въведеното не може да съдържа само интервали.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Въведеният в полето текст не е адрес на е-поща."
},
"fieldsNeedAttention": {
"message": "$COUNT$ поле(та) по-горе се нуждае/ят от вниманието Ви.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Изберете --"
},
"multiSelectPlaceholder": {
"message": "-- Пишете тук за филтриране --"
},
"multiSelectLoading": {
"message": "Зареждане на опциите…"
},
"multiSelectNotFound": {
"message": "Няма намерени елементи"
},
"multiSelectClearAll": {
"message": "Изчистване на всичко"
},
"plusNMore": {
"message": "+ още $QUANTITY$",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Подменю"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Una caixa forta desconnectada requereix que torneu a autentificar-vos per accedir-hi de nou."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Bloqueja",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Inicia sessió amb un altre dispositiu"
},
"logInInitiated": {
"message": "S'ha iniciat la sessió"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "S'ha enviat una notificació al vostre dispositiu."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Actualització de configuració recomanada"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Accés denegat. No teniu permís per veure aquesta pàgina."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Budete odhlášeni. Pro opětovný přístup k trezoru bude vyžadováno ověření."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Nastavte metodu odemknutí, abyste změnili časový limit Vašeho trezoru."
},
"lock": {
"message": "Zamknout",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Přihlásit se pomocí jiného zařízení"
},
"logInInitiated": {
"loginInitiated": {
"message": "Bylo zahájeno přihlášení"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Aktualizace doporučených nastavení"
},
"deviceApprovalRequired": {
"message": "Vyžaduje se schválení zařízení. Vyberte možnost schválení níže:"
},
"rememberThisDevice": {
"message": "Zapamatovat toto zařízení"
},
"uncheckIfPublicDevice": {
"message": "Odškrtněte, pokud používáte veřejné zařízení"
},
"approveFromYourOtherDevice": {
"message": "Schválit s mým dalším zařízením"
},
"requestAdminApproval": {
"message": "Žádost o schválení správcem"
},
"approveWithMasterPassword": {
"message": "Schválit hlavním heslem"
},
"region": {
"message": "Oblast"
},
"ssoIdentifierRequired": {
"message": "Je vyžadován SSO identifikátor organizace."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Přihlašování na"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Přístup byl odepřen. Nemáte oprávnění k zobrazení této stránky."
},
"accountSuccessfullyCreated": {
"message": "Účet byl úspěšně vytvořen!"
},
"adminApprovalRequested": {
"message": "Bylo vyžádáno schválení správcem"
},
"adminApprovalRequestSentToAdmins": {
"message": "Váš požadavek byl odeslán Vašemu správci."
},
"youWillBeNotifiedOnceApproved": {
"message": "Po schválení budete upozorněni."
},
"troubleLoggingIn": {
"message": "Potíže s přihlášením?"
},
"loginApproved": {
"message": "Přihlášení bylo schváleno"
},
"userEmailMissing": {
"message": "Chybí e-mail uživatele"
},
"deviceTrusted": {
"message": "Zařízení zařazeno mezi důvěryhodné"
},
"inputRequired": {
"message": "Je vyžadován vstup."
},
"required": {
"message": "vyžadováno"
},
"search": {
"message": "Hledat"
},
"inputMinLength": {
"message": "Vstup musí mít alespoň $COUNT$ znaků.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Vstup nesmí být delší než $COUNT$ znaků.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Následující znaky nejsou povoleny: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Vstupní hodnota musí být alespoň $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Vstupní hodnota nesmí přesáhnout $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 nebo více e-mailů jsou neplatné"
},
"inputTrimValidator": {
"message": "Vstup nesmí obsahovat jen mezery.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Vstup není e-mailová adresa."
},
"fieldsNeedAttention": {
"message": "$COUNT$ polí výše vyžaduje Vaši pozornost.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Vybrat --"
},
"multiSelectPlaceholder": {
"message": "-- Pište pro filtrování --"
},
"multiSelectLoading": {
"message": "Načítání voleb..."
},
"multiSelectNotFound": {
"message": "Nebyly nalezeny žádné položky"
},
"multiSelectClearAll": {
"message": "Vymazat vše"
},
"plusNMore": {
"message": "+ $QUANTITY$ dalších",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Podmenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Gengodkendelse kræves for at få adgang til din boks igen."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Opsæt en oplåsningsmetode til at ændre bokstimeouthandlingen."
},
"lock": {
"message": "Lås",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Log ind med en anden enhed"
},
"logInInitiated": {
"loginInitiated": {
"message": "Indlogning påbegyndt"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Anbefalet indstillingsopdatering"
},
"deviceApprovalRequired": {
"message": "Enhedsgodkendelse kræves. Vælg en godkendelsesmulighed nedenfor:"
},
"rememberThisDevice": {
"message": "Husk denne enhed"
},
"uncheckIfPublicDevice": {
"message": "Slå fra, hvis en offentlig enhed benyttes"
},
"approveFromYourOtherDevice": {
"message": "Godkend med min anden enhed"
},
"requestAdminApproval": {
"message": "Anmod om admin-godkendelse"
},
"approveWithMasterPassword": {
"message": "Godkend med hovedadgangskode"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organisations SSO-identifikator kræves."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logger ind på"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Adgang nægtet. Nødvendig tilladelse til at se siden mangler."
},
"accountSuccessfullyCreated": {
"message": "Konto oprettet!"
},
"adminApprovalRequested": {
"message": "Admin-godkendelse udbedt"
},
"adminApprovalRequestSentToAdmins": {
"message": "Anmodningen er sendt til din admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "Du underrettes, når godkendelse foreligger."
},
"troubleLoggingIn": {
"message": "Problemer med at logge ind?"
},
"loginApproved": {
"message": "Indlogning godkendt"
},
"userEmailMissing": {
"message": "Brugers e-mail mangler"
},
"deviceTrusted": {
"message": "Enhed betroet"
},
"inputRequired": {
"message": "Input obligatorisk."
},
"required": {
"message": "obligatorisk"
},
"search": {
"message": "Søg"
},
"inputMinLength": {
"message": "Input skal udgøre minimum $COUNT$ tegn.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input må maksimalt udgøre $COUNT$ tegn.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Flg. tegn er ikke tilladt: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Inputværdi skal være mindst $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Inputværdi må ikke overstige $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 eller flere e-mails er ugyldige"
},
"inputTrimValidator": {
"message": "Input må ikke indeholde kun mellemrum.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input er ikke en e-mailadresse."
},
"fieldsNeedAttention": {
"message": "$COUNT$ felt(er) ovenfor kræver opmærksomhed.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Vælg --"
},
"multiSelectPlaceholder": {
"message": "-- Skriv for at filtrere --"
},
"multiSelectLoading": {
"message": "Henter indstillinger…"
},
"multiSelectNotFound": {
"message": "Ingen emner fundet"
},
"multiSelectClearAll": {
"message": "Ryd alt"
},
"plusNMore": {
"message": "+ $QUANTITY$ flere",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Undermenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Um wieder auf deinen Tresor zugreifen zu können, ist eine erneute Authentifizierung erforderlich."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Richte eine Entsperrmethode ein, um deine Aktion bei Timeout-Timeout zu ändern."
},
"lock": {
"message": "Sperren",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Mit einem anderen Gerät anmelden"
},
"logInInitiated": {
"loginInitiated": {
"message": "Anmeldung eingeleitet"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Empfohlene Aktualisierung der Einstellungen"
},
"deviceApprovalRequired": {
"message": "Geräte-Genehmigung erforderlich. Wähle unten eine Genehmigungsoption aus:"
},
"rememberThisDevice": {
"message": "Dieses Gerät merken"
},
"uncheckIfPublicDevice": {
"message": "Deaktivieren, wenn ein öffentliches Gerät verwendet wird"
},
"approveFromYourOtherDevice": {
"message": "Von deinem anderen Gerät genehmigen"
},
"requestAdminApproval": {
"message": "Admin-Genehmigung anfragen"
},
"approveWithMasterPassword": {
"message": "Mit Master-Passwort genehmigen"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "SSO-Kennung der Organisation erforderlich."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Anmelden bei"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Zugriff verweigert. Du hast keine Berechtigung, diese Seite anzuzeigen."
},
"accountSuccessfullyCreated": {
"message": "Konto erfolgreich erstellt!"
},
"adminApprovalRequested": {
"message": "Admin-Genehmigung angefragt"
},
"adminApprovalRequestSentToAdmins": {
"message": "Deine Anfrage wurde an deinen Administrator gesendet."
},
"youWillBeNotifiedOnceApproved": {
"message": "Nach einer Genehmigung wirst du benachrichtigt."
},
"troubleLoggingIn": {
"message": "Probleme beim Anmelden?"
},
"loginApproved": {
"message": "Anmeldung genehmigt"
},
"userEmailMissing": {
"message": "E-Mail-Adresse des Benutzers fehlt"
},
"deviceTrusted": {
"message": "Gerät wird vertraut"
},
"inputRequired": {
"message": "Eingabe ist erforderlich."
},
"required": {
"message": "Erforderlich"
},
"search": {
"message": "Suche"
},
"inputMinLength": {
"message": "Die Eingabe muss mindestens $COUNT$ Zeichen lang sein.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Die Eingabe darf $COUNT$ Zeichen nicht überschreiten.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Die folgenden Zeichen sind nicht erlaubt: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Der Eingabewert muss mindestens $MIN$ betragen.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Der Eingabewert darf $MAX$ nicht überschreiten.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Mindestens 1 E-Mail-Adresse ist ungültig"
},
"inputTrimValidator": {
"message": "Die Eingabe darf nicht nur Leerzeichen enthalten.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Die Eingabe ist keine E-Mail-Adresse."
},
"fieldsNeedAttention": {
"message": "$COUNT$ Feld(er) oben benötigen deine Aufmerksamkeit.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Auswählen --"
},
"multiSelectPlaceholder": {
"message": "-- Schreiben zum Filtern --"
},
"multiSelectLoading": {
"message": "Optionen werden abgerufen..."
},
"multiSelectNotFound": {
"message": "Keine Einträge gefunden"
},
"multiSelectClearAll": {
"message": "Alles löschen"
},
"plusNMore": {
"message": "+ $QUANTITY$ mehr",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Untermenü"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Ένα αποσυνδεδεμένο vault απαιτεί να κάνετε ξανά έλεγχο ταυτότητας για να αποκτήσετε πρόσβαση σε αυτό."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Κλείδωμα",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Συνδεθείτε με άλλη συσκευή"
},
"logInInitiated": {
"message": "Η σύνδεση ξεκίνησε"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Μια ειδοποίηση έχει σταλεί στη συσκευή σας."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Ενημέρωση Προτεινόμενων Ρυθμίσεων"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "A logged out vault requires that you re-authenticate to access it again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Cerrar sesión en la caja fuerte requiere que vuelvas a autenticarte para acceder nuevamente a ella."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Bloquear",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Iniciar sesión con otro dispositivo"
},
"logInInitiated": {
"message": "Inicio de sesión en proceso"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Se ha enviado una notificación a tu dispositivo."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Actualización de ajustes recomendados"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Acceso denegado. No tiene permiso para ver esta página."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Hoidlast väljalogimine nõuab taaskordseks ligipääsuks uut autentimist."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lukusta",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Logi sisse läbi teise seadme"
},
"logInInitiated": {
"message": "Sisselogimine on käivitatud"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Sinu seadmesse saadeti teavitus."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Berriro autentifikatzea beharrezkoa da kutxa gotorrean berriro sartzeko."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Blokeatu",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Hasi saioa beste gailu batekin"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "یک گاوصندوق خارج شده درخواست احراز هویت مجدد را برای دسترسی آن می‌دهد."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "قفل",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "با دستگاه دیگری وارد شوید"
},
"logInInitiated": {
"message": "ورود به سیستم آغاز شد"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "یک اعلان به دستگاه شما ارسال شده است."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "به‌روز رسانی تنظیمات توصیه شده"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "دسترسی رد شد. شما اجازه مشاهده این صفحه را ندارید."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -33,7 +33,7 @@
"message": "Kokoelmat"
},
"searchVault": {
"message": "Hae holvista"
"message": "Etsi holvista"
},
"addItem": {
"message": "Lisää kohde"
@@ -442,16 +442,16 @@
"message": "Vältä epäselviä merkkejä"
},
"searchCollection": {
"message": "Hae kokoelmasta"
"message": "Etsi kokoelmasta"
},
"searchFolder": {
"message": "Hae kansiosta"
"message": "Etsi kansiosta"
},
"searchFavorites": {
"message": "Hae suosikeista"
"message": "Etsi suosikeista"
},
"searchType": {
"message": "Hae tyypeistä",
"message": "Etsi tyypistä",
"description": "Search item type"
},
"newAttachment": {
@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Holvisi käyttö edellyttää uutta todennusta."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Muuta holvisi aikakatkaisutoimintoa määrittämällä lukituksen avaustapa."
},
"lock": {
"message": "Lukitse",
"description": "Verb form: to make secure or inaccesible by"
@@ -1501,7 +1504,7 @@
"description": "Noun: a special folder to hold deleted items"
},
"searchTrash": {
"message": "Hae roskakorista"
"message": "Etsi roskakorista"
},
"permanentlyDeleteItem": {
"message": "Poista kohde pysyvästi"
@@ -1670,7 +1673,7 @@
"message": "Teksti"
},
"searchSends": {
"message": "Hae Sendeistä",
"message": "Etsi Sendeistä",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editSend": {
@@ -2043,10 +2046,10 @@
"message": "Kaikki holvit"
},
"searchOrganization": {
"message": "Hae organisaatiosta"
"message": "Etsi organisaatiosta"
},
"searchMyVault": {
"message": "Hae omasta holvista"
"message": "Etsi omasta holvista"
},
"forwardedEmail": {
"message": "Sähköpostialias välitykseen"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Laitteella kirjautuminen"
},
"logInInitiated": {
"loginInitiated": {
"message": "Kirjautuminen aloitettu"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Suositeltava asetusmuutos"
},
"deviceApprovalRequired": {
"message": "Laitehyväksyntä vaaditaan. Valitse hyväksyntätapa alta:"
},
"rememberThisDevice": {
"message": "Muista tämä laite"
},
"uncheckIfPublicDevice": {
"message": "Poista käytöstä julkisilla laitteilla"
},
"approveFromYourOtherDevice": {
"message": "Hyväksy muilta laitteiltasi"
},
"requestAdminApproval": {
"message": "Pyydä hyväksyntää ylläpidolta"
},
"approveWithMasterPassword": {
"message": "Hyväksy pääsalasanalla"
},
"region": {
"message": "Alue"
},
"ssoIdentifierRequired": {
"message": "Organisaation kertakirjautumistunniste tarvitaan."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Kirjaudutaan sijaintiin"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Pääsy estetty. Sinulla ei ole oikeutta avata sivua."
},
"accountSuccessfullyCreated": {
"message": "Tilin luonti onnistui!"
},
"adminApprovalRequested": {
"message": "Hyväksyntää pyydetty ylläpidolta"
},
"adminApprovalRequestSentToAdmins": {
"message": "Pyyntösi on välitetty ylläpidolle."
},
"youWillBeNotifiedOnceApproved": {
"message": "Saat ilmoituksen kun se on hyväksytty."
},
"troubleLoggingIn": {
"message": "Ongelmia kirjautumisessa?"
},
"loginApproved": {
"message": "Kirjautuminen hyväksyttiin"
},
"userEmailMissing": {
"message": "Käyttäjän sähköpostiosoite puuttuu"
},
"deviceTrusted": {
"message": "Laitteeseen luotettu"
},
"inputRequired": {
"message": "Syöte vaaditaan."
},
"required": {
"message": "pakollinen"
},
"search": {
"message": "Etsi"
},
"inputMinLength": {
"message": "Syötteen tulee sisältää ainakin $COUNT$ merkkiä.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Syötteen enimmäismerkkimäärä on $COUNT$.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Seuraavia merkkejä ei sallita: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Syötteen vähimmäisarvo on $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Syötteen enimmäisarvo on $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Ainakin yksi sähköpostiosoite on virheellinen"
},
"inputTrimValidator": {
"message": "Syöte ei voi sisältää vain tyhjiä merkkejä.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Syöte ei ole sähköpostiosoite."
},
"fieldsNeedAttention": {
"message": "$COUNT$ yllä oleva(a) kenttä(ä) vaatii huomiotasi.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Valitse --"
},
"multiSelectPlaceholder": {
"message": "-- Suodatettava tyyppi --"
},
"multiSelectLoading": {
"message": "Noudetaan vaihtoehtoja..."
},
"multiSelectNotFound": {
"message": "Kohteita ei löytynyt"
},
"multiSelectClearAll": {
"message": "Tyhjennä kaikki"
},
"plusNMore": {
"message": "+ $QUANTITY$ lisää",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Alavalikko"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Kailangan ang muling pagpapatunay upang ma access muli ang iyong vault."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "I-lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Mag log in gamit ang ibang device"
},
"logInInitiated": {
"message": "Mag log in na sinimulan"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Naipadala na ang notification sa iyong device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Une nouvelle authentification est requise pour accéder à nouveau à votre coffre."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Verrouiller",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Connectez-vous avec un autre appareil"
},
"logInInitiated": {
"message": "Connexion initiée"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Une notification a été envoyée à votre appareil."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Une mise à jour des paramètres est recommandée"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Connexion sur"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Accès refusé. Vous n'avez pas l'autorisation de voir cette page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "יש לבצע אימות מחדש כדי לגשת לכספת שוב."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "נעילה",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "התחבר עם מכשיר אחר"
},
"logInInitiated": {
"message": "התחברות החלה"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "התראה נשלחה למכשירך."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Potrebno je ponovno unijeti korisničko ime i glavnu lozinku za pristup tvom trezoru."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Zaključaj",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Prijava drugim uređajem"
},
"logInInitiated": {
"message": "Pokrenuta prijava"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Obavijest je poslana na tvoj uređaj."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "A lezárt széfnél szükséges az újbóli hitelesítés az ismételt hozzáféréshez."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Állítsunk be egy feloldási módot a széf időkifutási műveletének módosításához."
},
"lock": {
"message": "Lezárás",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Bejelentkezés más eszközzel"
},
"logInInitiated": {
"loginInitiated": {
"message": "A bejelentkezés elindításra került."
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Ajánlott beállítások frissítése"
},
"deviceApprovalRequired": {
"message": "Az eszköz jóváhagyása szükséges. Válasszunk egy jóváhagyási lehetőséget lentebb:"
},
"rememberThisDevice": {
"message": "Eszköz megjegyzése"
},
"uncheckIfPublicDevice": {
"message": "Töröljük a jelölést, ha nyilvános eszközt használunk."
},
"approveFromYourOtherDevice": {
"message": "Jóváhagyás másik eszközzel"
},
"requestAdminApproval": {
"message": "Adminisztrátori jóváhagyás kérés"
},
"approveWithMasterPassword": {
"message": "Jóváhagyás mesterjelszóval"
},
"region": {
"message": "Régió"
},
"ssoIdentifierRequired": {
"message": "A szervezeti SSO azonosító megadása szükséges."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Bejelentkezés:"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "A hozzáférés megtagadásra került. Nincs jogosultság az oldal megtekintésére."
},
"accountSuccessfullyCreated": {
"message": "A fiók sikeresen létrehozásra került."
},
"adminApprovalRequested": {
"message": "Adminisztrátori jóváhagyás kérés történt"
},
"adminApprovalRequestSentToAdmins": {
"message": "A kérés elküldésre került az adminisztrátornak."
},
"youWillBeNotifiedOnceApproved": {
"message": "A jóváhagyás után értesítés érkezik."
},
"troubleLoggingIn": {
"message": "Probléma van a bejelentkezéssel?"
},
"loginApproved": {
"message": "A bejelentkezés jóváhagyásra került."
},
"userEmailMissing": {
"message": "A felhasználói email cím hiányzik."
},
"deviceTrusted": {
"message": "Az eszköz megbízható."
},
"inputRequired": {
"message": "Az adatbevitel kötelező."
},
"required": {
"message": "kötelező"
},
"search": {
"message": "Keresés"
},
"inputMinLength": {
"message": "Az adat legyen legalább $COUNT$ karakter hosszú.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "A bevitel nem haladhatja meg $COUNT$ karakter hosszt.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "A következő karakterek nem engedélyezettek: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "A beviteli érték legyen legalább $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "A beviteli érték ne haladja meg $MAX$ értéket.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 vagy több email cím érvénytelen."
},
"inputTrimValidator": {
"message": "A bevitel nem tartalmazhat csak fehér szóköz karaktert.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Az megadott bevitel nem email cím."
},
"fieldsNeedAttention": {
"message": "$COUNT$ mező fentebb figyelmet érdemel.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Választás --"
},
"multiSelectPlaceholder": {
"message": "-- Gépelés a szűréshez --"
},
"multiSelectLoading": {
"message": "Az opciók beolvasása folyamatban can..."
},
"multiSelectNotFound": {
"message": "Nem található elem."
},
"multiSelectClearAll": {
"message": "Összes törlése"
},
"plusNMore": {
"message": "+ $QUANTITY$ további",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Almenü"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Brankas akan keluar dan Anda diminta untuk memasukkan password utama untuk mengakses kembali."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Kunci",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Dovrai autenticarti di nuovo per accedere alla tua cassaforte."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Imposta un metodo di sblocco per modificare l'azione timeout cassaforte."
},
"lock": {
"message": "Blocca",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Accedi con un altro dispositivo"
},
"logInInitiated": {
"message": "Login avviato"
"loginInitiated": {
"message": "Accesso avviato"
},
"notificationSentDevice": {
"message": "Una notifica è stata inviata al tuo dispositivo."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Aggiornamento delle impostazioni consigliato"
},
"deviceApprovalRequired": {
"message": "Approvazione del dispositivo obbligatoria. Seleziona un'opzione di approvazione:"
},
"rememberThisDevice": {
"message": "Ricorda questo dispositivo"
},
"uncheckIfPublicDevice": {
"message": "Deseleziona se stai usando un dispositivo pubblico"
},
"approveFromYourOtherDevice": {
"message": "Approva dall'altro tuo dispositivo"
},
"requestAdminApproval": {
"message": "Richiedi approvazione dell'amministratore"
},
"approveWithMasterPassword": {
"message": "Approva con password principale"
},
"region": {
"message": "Regione"
},
"ssoIdentifierRequired": {
"message": "Identificatore SSO dell'organizzazione obbligatorio."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Accedendo su"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Accesso negato. Non hai i permessi necessari per visualizzare questa pagina."
},
"accountSuccessfullyCreated": {
"message": "Account creato!"
},
"adminApprovalRequested": {
"message": "Approvazione dell'amministratore richiesta"
},
"adminApprovalRequestSentToAdmins": {
"message": "La tua richiesta è stata inviata al tuo amministratore."
},
"youWillBeNotifiedOnceApproved": {
"message": "Riceverai una notifica una volta approvato."
},
"troubleLoggingIn": {
"message": "Problemi ad accedere?"
},
"loginApproved": {
"message": "Accesso approvato"
},
"userEmailMissing": {
"message": "Email utente mancante"
},
"deviceTrusted": {
"message": "Dispositivo fidato"
},
"inputRequired": {
"message": "Input obbligatorio."
},
"required": {
"message": "obbligatorio"
},
"search": {
"message": "Cerca"
},
"inputMinLength": {
"message": "L'input deve essere lungo almeno $COUNT$ caratteri.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "L'input non deve essere più lungo di $COUNT$ caratteri.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Questi caratteri non sono permessi: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Il valore immesso deve essere almeno $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Il valore immesso non deve superare $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Una o più email non sono valide"
},
"inputTrimValidator": {
"message": "L'input non può contenere solo spazi.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "L'input non è un indirizzo email."
},
"fieldsNeedAttention": {
"message": "$COUNT$ campi qui sopra richiedono la tua attenzione.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Seleziona --"
},
"multiSelectPlaceholder": {
"message": "-- Digita per filtrare --"
},
"multiSelectLoading": {
"message": "Ottenendo opzioni..."
},
"multiSelectNotFound": {
"message": "Nessun elemento trovato"
},
"multiSelectClearAll": {
"message": "Cancella tutto"
},
"plusNMore": {
"message": "+$QUANTITY$ in più",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Sottomenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "ログアウトした保管庫にアクセスするには、再認証してください。"
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "保管庫のタイムアウト動作を変更するには、ロック解除方法を設定してください。"
},
"lock": {
"message": "ロック",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "別のデバイスでログイン"
},
"logInInitiated": {
"loginInitiated": {
"message": "ログイン開始"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "設定の更新を推奨"
},
"deviceApprovalRequired": {
"message": "デバイスの承認が必要です。以下から承認オプションを選択してください:"
},
"rememberThisDevice": {
"message": "このデバイスを記憶する"
},
"uncheckIfPublicDevice": {
"message": "パブリックデバイスを使用している場合はチェックしないでください"
},
"approveFromYourOtherDevice": {
"message": "他のデバイスから承認する"
},
"requestAdminApproval": {
"message": "管理者の承認を要求する"
},
"approveWithMasterPassword": {
"message": "マスターパスワードで承認する"
},
"region": {
"message": "リージョン"
},
"ssoIdentifierRequired": {
"message": "組織の SSO ID が必要です。"
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "ログイン先"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "アクセスが拒否されました。このページを表示する権限がありません。"
},
"accountSuccessfullyCreated": {
"message": "アカウントを正常に作成しました!"
},
"adminApprovalRequested": {
"message": "管理者の承認を要求しました"
},
"adminApprovalRequestSentToAdmins": {
"message": "要求を管理者に送信しました。"
},
"youWillBeNotifiedOnceApproved": {
"message": "承認されると通知されます。 "
},
"troubleLoggingIn": {
"message": "ログインできない場合"
},
"loginApproved": {
"message": "ログインが承認されました"
},
"userEmailMissing": {
"message": "ユーザーのメールアドレスがありません"
},
"deviceTrusted": {
"message": "信頼されたデバイス"
},
"inputRequired": {
"message": "入力が必要です。"
},
"required": {
"message": "必須"
},
"search": {
"message": "検索"
},
"inputMinLength": {
"message": "$COUNT$ 文字以上でなければなりません。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "$COUNT$ 文字を超えてはいけません。",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "次の文字は許可されていません: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "入力値は少なくとも$MIN$桁でなければなりません。",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "入力値は$MAX$桁を超えてはいけません。",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1つ以上のメールアドレスが無効です"
},
"inputTrimValidator": {
"message": "値を空白のみにしないでください。",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "入力したものはメールアドレスではありません。"
},
"fieldsNeedAttention": {
"message": "上記の $COUNT$ 点を確認してください。",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- 選択 --"
},
"multiSelectPlaceholder": {
"message": "-- 入力して絞り込み --"
},
"multiSelectLoading": {
"message": "オプションを取得中..."
},
"multiSelectNotFound": {
"message": "アイテムが見つかりません"
},
"multiSelectClearAll": {
"message": "すべてクリア"
},
"plusNMore": {
"message": "+ $QUANTITY$ 個以上",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "サブメニュー"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "ಲಾಗ್ out ಟ್ ವಾಲ್ಟ್‌ಗೆ ನೀವು ಅದನ್ನು ಮತ್ತೆ ಪ್ರವೇಶಿಸಲು ಮರು ದೃಢೀಕರಿಸುವ ಅಗತ್ಯವಿದೆ."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "ಲಾಕ್‌",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "로그아웃한 보관함에 다시 접근하려면 다시 인증해야 합니다."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "잠금",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "다른 기기로 로그인"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "기기에 알림이 전송되었습니다."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -582,7 +582,7 @@
"message": "Apstiprinājuma kods"
},
"confirmIdentity": {
"message": "Apstiprināt identitāti, lai turpinātu."
"message": "Jāapstiprina identitāte, lai turpinātu."
},
"verificationCodeRequired": {
"message": "Ir nepieciešams apstiprinājuma kods."
@@ -818,7 +818,7 @@
"message": "Sinhronizācija neizdevās"
},
"yourVaultIsLocked": {
"message": "Glabātava ir slēgta. Jāapstiprina identitāte, lai turpinātu."
"message": "Glabātava ir aizslēgta. Jāapstiprina identitāte, lai turpinātu."
},
"unlock": {
"message": "Atslēgt"
@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Ir nepieciešama atkārtota pieteikšanās, lai atkal piekļūtu glabātavai."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Jāuzstāda atslēgšanas veids, lai mainītu glabātavas noildzes darbību."
},
"lock": {
"message": "Aizslēgt",
"description": "Verb form: to make secure or inaccesible by"
@@ -1660,7 +1663,7 @@
"message": "Apvienības nosacījumi ietekmē Tavas īpašumtiesību iespējas."
},
"allSends": {
"message": "Visi \"Send\"",
"message": "Visi Send",
"description": "'Sends' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeFile": {
@@ -1670,11 +1673,11 @@
"message": "Teksts"
},
"searchSends": {
"message": "Meklēt \"Send\"",
"message": "Meklēt Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editSend": {
"message": "Labot \"Send\"",
"message": "Labot Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"myVault": {
@@ -1687,72 +1690,72 @@
"message": "Dzēšanas datums"
},
"deletionDateDesc": {
"message": "\"Send\" tiks pastāvīgi izdzēsts norādītajā dienā un laikā.",
"message": "Send tiks neatgriezeniski izdzēsts norādītajā datumā un laikā.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
"message": "Derīguma beigu datums"
},
"expirationDateDesc": {
"message": "Ja uzstādīts, piekļuve šim \"Send\" beigsies norādītajā dienā un laikā.",
"message": "Ja iestatīts, piekļuve šim Send beigsies norādītajā datumā un laikā.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": {
"message": "Lielākais pieļaujamais piekļuvju skaits",
"message": "Lielākais pieļaujamais piekļuves reižu skaits",
"description": "This text will be displayed after a Send has been accessed the maximum amount of times."
},
"maxAccessCountDesc": {
"message": "Ja uzstādīts, lietotāji nevarēs piekļūt šim \"Send\", kad tiks sasniegts lielākais pieļaujamais piekļūšanas reižu skaits.",
"message": "Ja iestatīts, lietotāji nevarēs piekļūt šim Send, kad tiks sasniegts lielākais pieļaujamais piekļūšanas reižu skaits.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": {
"message": "Pašreizējais piekļuvju skaits"
},
"disableSend": {
"message": "Atspējot šo \"Send\", lai neviens tam nevarētu piekļūt.",
"message": "Izslēgt šo Send, lai neviens tam nevarētu piekļūt.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendPasswordDesc": {
"message": "Pēc izvēles pieprasīt lietotājiem paroli, lai viņi varētu piekļūt šim \"Send\".",
"message": "Pēc izvēles pieprasīt paroli, lai lietotāji varētu piekļūt šim Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "Personīgās piezīmes par šo \"Send\".",
"message": "Personīgas piezīmes par šo Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendLink": {
"message": "\"Send\" saite",
"message": "Send saite",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendLinkLabel": {
"message": "\"Send\" saite",
"message": "Send saite",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"textHiddenByDefault": {
"message": "Kad piekļūst šim \"Send\", pēc noklusējuma paslēpt saturu",
"message": "Pēc noklusējuma paslēpt tekstu, kad piekļūst Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createdSend": {
"message": "\"Send\" izveidots",
"message": "Send pievienots",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editedSend": {
"message": "\"Send\" labots",
"message": "Send saglabāts",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletedSend": {
"message": "\"Send\" izdzēsts",
"message": "Send izdzēsts",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"newPassword": {
"message": "Jauna parole"
},
"whatTypeOfSend": {
"message": "Kāds veids ir šim \"Send\"?",
"message": "Kāds ir šī Send veids?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createSend": {
"message": "Izveidot \"Send\"",
"message": "Jauns Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTextDesc": {
@@ -1777,22 +1780,22 @@
"message": "Pielāgots"
},
"deleteSendConfirmation": {
"message": "Vai tiešām izdzēst šo \"Send\"?",
"message": "Vai tiešām izdzēst šo Send?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copySendLinkToClipboard": {
"message": "Ievietot \"Send\" saiti starpliktuvē",
"message": "Ievietot Send saiti starpliktuvē",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copySendLinkOnSave": {
"message": "Saglabājot ievietot šī \"Send\" saiti starpliktuvē."
"message": "Saglabāšanas brīdī ievietot saiti starpliktuvē, lai kopīgotu šo Send."
},
"sendDisabled": {
"message": "\"Send\" atspējots",
"message": "Send noņemts",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendDisabledWarning": {
"message": "Uzņēmuma nosacījumu dēļ ir iespējams izdzēst tikai esošu \"Send\".",
"message": "Uzņēmuma nosacījumu dēļ ir iespējams izdzēst tikai esošu Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copyLink": {
@@ -1811,7 +1814,7 @@
"message": "Vai tiešām noņemt paroli?"
},
"maxAccessCountReached": {
"message": "Sasniegts lielākais pieļaujamais piekļuvju skaits"
"message": "Sasniegts lielākais pieļaujamais piekļuves reižu skaits"
},
"expired": {
"message": "Beidzies izmantošanas laiks"
@@ -1826,7 +1829,7 @@
"message": "Slēpt e-pasta adresi no saņēmējiem."
},
"sendOptionsPolicyInEffect": {
"message": "Viens vai vairāki apvienības nosacījumi ietekmē \"Send\" iestatījumus."
"message": "Viens vai vairāki apvienības nosacījumi ietekmē Send iespējas."
},
"emailVerificationRequired": {
"message": "Nepieciešama e-pasta adreses apstiprināšana"
@@ -2106,14 +2109,14 @@
"logInWithAnotherDevice": {
"message": "Pieteikties ar citu ierīci"
},
"logInInitiated": {
"loginInitiated": {
"message": "Uzsākta pieteikšanās"
},
"notificationSentDevice": {
"message": "Uz jūsu ierīci ir nosūtīts paziņojums."
},
"fingerprintMatchInfo": {
"message": "pārliecinās, ka glabātava ir atslēgta un atpazīšanas vārdkopa ir tāda pati arī citā ierīcē."
"message": "Lūgums pārliecināties, ka glabātava ir atslēgta un atpazīšanas vārdkopa ir tāda pati arī citā ierīcē."
},
"fingerprintPhraseHeader": {
"message": "Atpazīšanas vārdkopa"
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Ieteicamie iestatījumu atjauninājumi"
},
"deviceApprovalRequired": {
"message": "Nepieciešams ierīces apstiprinājums. Zemāk jāatlasa apstiprinājuma iespēja:"
},
"rememberThisDevice": {
"message": "Atcerēties šo ierīci"
},
"uncheckIfPublicDevice": {
"message": "Jānoņem atzīme, ja tiek izmantota publiska ierīce"
},
"approveFromYourOtherDevice": {
"message": "Jāapstiprina citā savā ierīcē"
},
"requestAdminApproval": {
"message": "Pieprasīt pārvaldītāja apstiprinājumu"
},
"approveWithMasterPassword": {
"message": "Apstiprināt ar galveno paroli"
},
"region": {
"message": "Apgabals"
},
"ssoIdentifierRequired": {
"message": "Ir nepieciešams apvienības SSO identifikators."
},
"eu": {
"message": "ES",
"description": "European Union"
},
"loggingInOn": {
"message": "Piesakās"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Piekļuve liegta. Nav nepieciešamo atļauju, lai skatītu šo lapu."
},
"accountSuccessfullyCreated": {
"message": "Konts ir veiksmīgi izveidots."
},
"adminApprovalRequested": {
"message": "Pieprasīts pārvaldītāja apstiprinājums"
},
"adminApprovalRequestSentToAdmins": {
"message": "Pieprasījums tika nosūtīts pārvaldītājam."
},
"youWillBeNotifiedOnceApproved": {
"message": "Tiks saņemts paziņojums, tiklīdz būs apstiprināts."
},
"troubleLoggingIn": {
"message": "Neizdodas pieteikties?"
},
"loginApproved": {
"message": "Pieteikšanās apstiprināta"
},
"userEmailMissing": {
"message": "Trūkst lietotāja e-pasta adreses"
},
"deviceTrusted": {
"message": "Ierīce ir uzticama"
},
"inputRequired": {
"message": "Jāievada vērtība."
},
"required": {
"message": "nepieciešams"
},
"search": {
"message": "Meklēt"
},
"inputMinLength": {
"message": "Ievadītajai vērtībai ir jābūt vismaz $COUNT$ rakstzīmes garai.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Ievadītās vērtības garums nedrīkst pārsniegt $COUNT$ rakstzīmes.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Šādas rakstzīmes nav atļautas: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Ievadītajai vērtībai jābūt vismaz $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Ievadītā vērtība nedrīkst pārsniegt $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 vai vairākas e-pasta adreses nav derīgas"
},
"inputTrimValidator": {
"message": "Ievadītā vērtība nevar sastāvēt tikai no atstarpēm.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Ievadītā vērtība nav e-pasta adrese."
},
"fieldsNeedAttention": {
"message": "$COUNT$ augstāk esošajam(iem) laukam(iem) ir jāpievērš uzmanība.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Atlasīt --"
},
"multiSelectPlaceholder": {
"message": "-- Rakstīt, lai atlasītu --"
},
"multiSelectLoading": {
"message": "Iegūst iespējas..."
},
"multiSelectNotFound": {
"message": "Netika atrasti vienumi"
},
"multiSelectClearAll": {
"message": "Notīrīt visu"
},
"plusNMore": {
"message": "+ vēl $QUANTITY$",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Apakšizvēlne"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "ലോഗ് ഔട്ട് ചെയ്ത വാൾട് വീണ്ടും അക്സസ്സ് ചെയ്യാൻ ഓതെന്റിക്കേഷൻ ആവശ്യം വേരും."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "പൂട്ടുക",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Et utlogget hvelv krever at du autentiserer deg selv på nytt for å få tilgang til det igjen."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lås",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Logg inn med en annen enhet"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Om toegang te krijgen tot een uitgelogde kluis te krijgen moet je opnieuw inloggen."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Stel een ontgrendelingsmethode in om je kluis time-out actie te wijzigen."
},
"lock": {
"message": "Vergrendelen",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Inloggen met een ander apparaat"
},
"logInInitiated": {
"loginInitiated": {
"message": "Inloggen gestart"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Aanbevolen instellingen"
},
"deviceApprovalRequired": {
"message": "Apparaattoestemming vereist. Kies een goedkeuringsoptie hieronder:"
},
"rememberThisDevice": {
"message": "Dit apparaat onthouden"
},
"uncheckIfPublicDevice": {
"message": "Uitschakelen als je openbaar apparaat gebruikt"
},
"approveFromYourOtherDevice": {
"message": "Goedkeuren vanaf je andere apparaat"
},
"requestAdminApproval": {
"message": "Goedkeuring van beheerder vragen"
},
"approveWithMasterPassword": {
"message": "Goedkeuren met hoofdwachtwoord"
},
"region": {
"message": "Regio"
},
"ssoIdentifierRequired": {
"message": "Organisatie SSO-identificatie vereist."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Inloggen op"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Toegang geweigerd. Je hebt geen toestemming om deze pagina te bekijken."
},
"accountSuccessfullyCreated": {
"message": "Account succesvol aangemaakt!"
},
"adminApprovalRequested": {
"message": "Goedkeuring van beheerder aangevraagd"
},
"adminApprovalRequestSentToAdmins": {
"message": "Je verzoek is naar je beheerder verstuurd."
},
"youWillBeNotifiedOnceApproved": {
"message": "Je krijgt een melding zodra je bent goedgekeurd."
},
"troubleLoggingIn": {
"message": "Problemen met inloggen?"
},
"loginApproved": {
"message": "Inloggen goedgekeurd"
},
"userEmailMissing": {
"message": "Gebruikerse-mailadres ontbreekt"
},
"deviceTrusted": {
"message": "Vertrouwd apparaat"
},
"inputRequired": {
"message": "Invoer vereist."
},
"required": {
"message": "vereist"
},
"search": {
"message": "Zoeken"
},
"inputMinLength": {
"message": "Invoer moet minimaal $COUNT$ tekens lang zijn.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Invoer mag niet meer dan $COUNT$ tekens lang zijn.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "De volgende tekens zijn niet toegestaan: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Invoer moet minimaal $MIN$ zijn.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Invoer mag niet hoger zijn dan $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Een of meer e-mailadressen zijn ongeldig"
},
"inputTrimValidator": {
"message": "Invoer mag niet alleen witruimte bevatten.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Invoer is geen e-mailadres."
},
"fieldsNeedAttention": {
"message": "$COUNT$ veld(en) hierboven hebben je aandacht nodig.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Selecteer --"
},
"multiSelectPlaceholder": {
"message": "-- Type om te filteren --"
},
"multiSelectLoading": {
"message": "Opties ophalen..."
},
"multiSelectNotFound": {
"message": "Geen items gevonden"
},
"multiSelectClearAll": {
"message": "Alles wissen"
},
"plusNMore": {
"message": "+ $QUANTITY$ meer",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lås",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Zaloguj się ponownie, aby uzyskać dostęp do sejfu."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Ustaw metodę odblokowania, aby zmienić czas blokowania sejfu."
},
"lock": {
"message": "Zablokuj",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Logowanie innym urządzeniem"
},
"logInInitiated": {
"loginInitiated": {
"message": "Logowanie rozpoczęte"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Aktualizacja ustawień zalecanych"
},
"deviceApprovalRequired": {
"message": "Wymagane zatwierdzenie urządzenia. Wybierz opcję zatwierdzenia poniżej:"
},
"rememberThisDevice": {
"message": "Zapamiętaj to urządzenie"
},
"uncheckIfPublicDevice": {
"message": "Odznacz jeśli używasz publicznego urządzenia"
},
"approveFromYourOtherDevice": {
"message": "Zatwierdź z twojego innego urządzenia"
},
"requestAdminApproval": {
"message": "Poproś administratora o zatwierdzenie"
},
"approveWithMasterPassword": {
"message": "Zatwierdź przy użyciu hasła głównego"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Identyfikator organizacji jest wymagany."
},
"eu": {
"message": "UE",
"description": "European Union"
},
"loggingInOn": {
"message": "Logowanie do"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Odmowa dostępu. Nie masz uprawnień do przeglądania tej strony."
},
"accountSuccessfullyCreated": {
"message": "Konto pomyślnie utworzone!"
},
"adminApprovalRequested": {
"message": "Poproszono administratora o zatwierdzenie"
},
"adminApprovalRequestSentToAdmins": {
"message": "Twoja prośba została wysłana do Twojego administratora."
},
"youWillBeNotifiedOnceApproved": {
"message": "Zostaniesz powiadomiony po zatwierdzeniu."
},
"troubleLoggingIn": {
"message": "Problem z zalogowaniem?"
},
"loginApproved": {
"message": "Logowanie zatwierdzone"
},
"userEmailMissing": {
"message": "Brak adresu e-mail użytkownika"
},
"deviceTrusted": {
"message": "Zaufano urządzeniu"
},
"inputRequired": {
"message": "Dane wejściowe są wymagane."
},
"required": {
"message": "wymagane"
},
"search": {
"message": "Szukaj"
},
"inputMinLength": {
"message": "Dane wejściowe muszą zawierać co najmniej $COUNT$ znaki(-ów).",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Dane wejściowe nie mogą przekraczać długości $COUNT$ znaków.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Następujące znaki są niedozwolone: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Wartość wejściowa musi wynosić co najmniej $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Wartość wejściowa nie może przekraczać $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Co najmniej 1 e-mail jest nieprawidłowy"
},
"inputTrimValidator": {
"message": "Tekst nie może zawierać tylko spacji.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Dane wejściowe nie są adresem e-mail."
},
"fieldsNeedAttention": {
"message": "Pola powyżej wymagające Twojej uwagi: $COUNT$.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Wybierz --"
},
"multiSelectPlaceholder": {
"message": "-- Pisz, aby filtrować --"
},
"multiSelectLoading": {
"message": "Pobieranie opcji..."
},
"multiSelectNotFound": {
"message": "Nie znaleziono żadnych pozycji"
},
"multiSelectClearAll": {
"message": "Wyczyść wszystko"
},
"plusNMore": {
"message": "+ $QUANTITY$ więcej",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Podmenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Uma sessão encerrada com o cofre requer que você autentique-se novamente para acessá-lo de novo."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Bloquear",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Fazer login com outro dispositivo"
},
"logInInitiated": {
"message": "Login iniciado"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Uma notificação foi enviada para seu dispositivo."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "É necessária uma nova autenticação para aceder novamente ao seu cofre."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Configure um método de desbloqueio para alterar a ação de tempo limite do seu cofre."
},
"lock": {
"message": "Bloquear",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Iniciar sessão com outro dispositivo"
},
"logInInitiated": {
"loginInitiated": {
"message": "A preparar o início de sessão"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Atualização de definições recomendadas"
},
"deviceApprovalRequired": {
"message": "É necessária a aprovação do dispositivo. Selecione uma opção de aprovação abaixo:"
},
"rememberThisDevice": {
"message": "Lembrar este dispositivo"
},
"uncheckIfPublicDevice": {
"message": "Desmarcar se estiver a utilizar um dispositivo público"
},
"approveFromYourOtherDevice": {
"message": "Aprovar a partir do seu outro dispositivo"
},
"requestAdminApproval": {
"message": "Pedir aprovação do administrador"
},
"approveWithMasterPassword": {
"message": "Aprovar com a palavra-passe mestra"
},
"region": {
"message": "Região"
},
"ssoIdentifierRequired": {
"message": "É necessário o identificador de SSO da organização."
},
"eu": {
"message": "UE",
"description": "European Union"
},
"loggingInOn": {
"message": "A iniciar sessão em"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Acesso negado. Não tem permissão para visualizar esta página."
},
"accountSuccessfullyCreated": {
"message": "Conta criada com sucesso!"
},
"adminApprovalRequested": {
"message": "Aprovação do administrador pedida"
},
"adminApprovalRequestSentToAdmins": {
"message": "O seu pedido foi enviado ao seu administrador."
},
"youWillBeNotifiedOnceApproved": {
"message": "Será notificado quando for aprovado."
},
"troubleLoggingIn": {
"message": "Problemas a iniciar sessão?"
},
"loginApproved": {
"message": "Início de sessão aprovado"
},
"userEmailMissing": {
"message": "E-mail do utilizador em falta"
},
"deviceTrusted": {
"message": "Dispositivo de confiança"
},
"inputRequired": {
"message": "Campo necessário."
},
"required": {
"message": "necessário"
},
"search": {
"message": "Procurar"
},
"inputMinLength": {
"message": "O campo deve ter pelo menos $COUNT$ caracteres.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "O campo não pode exceder os $COUNT$ caracteres de comprimento.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Não são permitidos os seguintes caracteres: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "O valor do campo tem de ser, pelo menos, $MIN$ caracteres.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "O valor do campo não pode exceder os $MAX$ caracteres.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 ou mais e-mails são inválidos"
},
"inputTrimValidator": {
"message": "O campo não deve conter apenas espaços em branco.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "O campo não é um endereço de e-mail."
},
"fieldsNeedAttention": {
"message": "$COUNT$ campo(s) acima precisa(m) da sua atenção.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Selecionar --"
},
"multiSelectPlaceholder": {
"message": "-- Escreva para filtrar --"
},
"multiSelectLoading": {
"message": "A recuperar opções..."
},
"multiSelectNotFound": {
"message": "Nenhum item encontrado"
},
"multiSelectClearAll": {
"message": "Limpar tudo"
},
"plusNMore": {
"message": "+ $QUANTITY$",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Este necesară o nouă autentificare pentru a vă accesa din nou seiful."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Blocare",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Autentificați-vă cu un alt dispozitiv"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Чтобы получить доступ к хранилищу после выхода из него требуется повторная авторизация."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Настройте способ разблокировки для изменения действия по тайм-ауту хранилища."
},
"lock": {
"message": "Блокировка",
"description": "Verb form: to make secure or inaccesible by"
@@ -1853,7 +1856,7 @@
"message": "Мастер-пароль недавно был изменен администратором вашей организации. Чтобы получить доступ к хранилищу, вы должны обновить его сейчас. В результате текущий сеанс будет завершен, потребуется повторный вход. Сеансы на других устройствах могут оставаться активными в течение одного часа."
},
"updateWeakMasterPasswordWarning": {
"message": "Ваш мастер-пароль не соответствует требованиям политики вашей организации. Для доступа к хранилищу вы должны обновить свой мастер-пароль прямо сейчас. При этом текущая сессия будет завершена и потребуется повторная авторизация. Сессии на других устройствах могут оставаться активными в течение часа."
"message": "Ваш мастер-пароль не соответствует требованиям политики вашей организации. Для доступа к хранилищу вы должны обновить свой мастер-пароль прямо сейчас. При этом текущий сеанс будет завершен и потребуется повторная авторизация. Сеансы на других устройствах могут оставаться активными в течение часа."
},
"hours": {
"message": "Час."
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Войти с другого устройства"
},
"logInInitiated": {
"loginInitiated": {
"message": "Вход инициирован"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Рекомендуемое обновление настроек"
},
"deviceApprovalRequired": {
"message": "Требуется одобрение устройства. Выберите вариант ниже:"
},
"rememberThisDevice": {
"message": "Запомнить это устройство"
},
"uncheckIfPublicDevice": {
"message": "Снимите флажок, если используете общедоступное устройство"
},
"approveFromYourOtherDevice": {
"message": "Одобрить с другого устройства"
},
"requestAdminApproval": {
"message": "Запросить одобрение администратора"
},
"approveWithMasterPassword": {
"message": "Одобрить с мастер-паролем"
},
"region": {
"message": "Регион"
},
"ssoIdentifierRequired": {
"message": "Требуется идентификатор SSO организации."
},
"eu": {
"message": "Европа",
"description": "European Union"
},
"loggingInOn": {
"message": "Войти на"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Доступ запрещен. У вас нет разрешения на просмотр этой страницы."
},
"accountSuccessfullyCreated": {
"message": "Аккаунт успешно создан!"
},
"adminApprovalRequested": {
"message": "Запрошено одобрение администратора"
},
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запрос был отправлен администратору."
},
"youWillBeNotifiedOnceApproved": {
"message": "Вас уведомят об одобрении."
},
"troubleLoggingIn": {
"message": "Не удалось войти?"
},
"loginApproved": {
"message": "Вход одобрен"
},
"userEmailMissing": {
"message": "Отсутствует email пользователя"
},
"deviceTrusted": {
"message": "Доверенное устройство"
},
"inputRequired": {
"message": "Необходимо ввести данные."
},
"required": {
"message": "обязательно"
},
"search": {
"message": "Поиск"
},
"inputMinLength": {
"message": "Вводимые данные должны содержать не менее $COUNT$ символов.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Длина вводимых данных не должна превышать $COUNT$ символов.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Не допускаются следующие символы: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Вводимое значение должно быть не менее $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Вводимое значение не должно превышать $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Один или несколько адресов email недействительны"
},
"inputTrimValidator": {
"message": "Введенные данные не должны содержать только пробелы.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Введенные данные не являются адресом email."
},
"fieldsNeedAttention": {
"message": "$COUNT$ поля(ей) выше требуют вашего внимания.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Выбрать --"
},
"multiSelectPlaceholder": {
"message": "-- Введите для фильтрации --"
},
"multiSelectLoading": {
"message": "Получение параметров..."
},
"multiSelectNotFound": {
"message": "Элементов не найдено"
},
"multiSelectClearAll": {
"message": "Очистить все"
},
"plusNMore": {
"message": "еще + $QUANTITY$",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Подменю"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Odhlásený trezor bude vyžadovať opätovné prihlásenie aby ste k nemu mohli pristupovať."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Nastavte metódu odomknutia, aby ste zmenili akciu pri vypršaní času trezoru."
},
"lock": {
"message": "Uzamknúť",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Prihlásenie pomocou iného zariadenia"
},
"logInInitiated": {
"loginInitiated": {
"message": "Iniciované prihlásenie"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Odporúčaná aktualizácia nastavenia"
},
"deviceApprovalRequired": {
"message": "Vyžaduje sa schválenie zariadenia. Vyberte možnosť schválenia nižšie:"
},
"rememberThisDevice": {
"message": "Zapamätať si toto zariadenie"
},
"uncheckIfPublicDevice": {
"message": "Odčiarknite, ak používate verejné zariadenie"
},
"approveFromYourOtherDevice": {
"message": "Schváliť z iného zariadenia"
},
"requestAdminApproval": {
"message": "Žiadosť o schválenie správcom"
},
"approveWithMasterPassword": {
"message": "Schváliť pomocou hlavného hesla"
},
"region": {
"message": "Región"
},
"ssoIdentifierRequired": {
"message": "Pole identifikátora SSO je povinné."
},
"eu": {
"message": "EÚ",
"description": "European Union"
},
"loggingInOn": {
"message": "Prihlásenie na"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Prístup zamietnutý. Nemáte oprávnenie na zobrazenie tejto stránky."
},
"accountSuccessfullyCreated": {
"message": "Účet bol úspešne vytvorený!"
},
"adminApprovalRequested": {
"message": "Vyžaduje sa schválenie správcom"
},
"adminApprovalRequestSentToAdmins": {
"message": "Vaša žiadosť bola odoslaná správcovi."
},
"youWillBeNotifiedOnceApproved": {
"message": "Po schválení budete informovaný."
},
"troubleLoggingIn": {
"message": "Máte problémy s prihlásením?"
},
"loginApproved": {
"message": "Schválené prihlásenie"
},
"userEmailMissing": {
"message": "Chýba e-mail používateľa"
},
"deviceTrusted": {
"message": "Dôveryhodné zariadenie"
},
"inputRequired": {
"message": "Vstup je povinný."
},
"required": {
"message": "povinné"
},
"search": {
"message": "Hladať"
},
"inputMinLength": {
"message": "Vstup musí mať aspoň $COUNT$ znakov.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Nemôžete zadať viac než $COUNT$ znakov.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Tieto znaky nie sú povolené: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Hodnota musí byť aspoň $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Zadaná hodnota nesmie prekročiť $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 alebo viac e-mailov je neplatných"
},
"inputTrimValidator": {
"message": "Vstup nesmie obsahovať iba prázdne znaky.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Vstupom nie je e-mailová adresa."
},
"fieldsNeedAttention": {
"message": "Niektoré polia ($COUNT$) vyžadujú vašu pozornosť.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Vyberte --"
},
"multiSelectPlaceholder": {
"message": "-- Začnite písať na filtrovanie --"
},
"multiSelectLoading": {
"message": "Načítavajú sa možnosti..."
},
"multiSelectNotFound": {
"message": "Nenašli sa žiadne položky"
},
"multiSelectClearAll": {
"message": "Vyčistiť všetko"
},
"plusNMore": {
"message": "+ $QUANTITY$ ďalších",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Podponuka"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Одјављени сеф захтева да поново потврдите идентитет да бисте му поново приступили."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Закључај",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Пријавите се са другим уређајем"
},
"logInInitiated": {
"message": "Пријава је покренута"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "Обавештење је послато на ваш уређај."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Препоручено ажурирање поставки"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Пријављено на"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Одбијен приступ. Немате дозволу да видите ову страницу."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Återautentisering krävs för att komma åt ditt valv igen."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lås",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Logga in med en annan enhet"
},
"logInInitiated": {
"loginInitiated": {
"message": "Inloggning påbörjad"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Kom ihåg denna enhet"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Godkänn med huvudlösenord"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logga in på"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "Du kommer att meddelas vid godkännande."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "obligatoriskt"
},
"search": {
"message": "Sök"
},
"inputMinLength": {
"message": "Inmatningen måste innehålla minst $COUNT$ tecken.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Följande tecken är inte tillåtna: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "En eller flera e-postadresser är ogiltiga"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Inmatningen är inte en e-postadress."
},
"fieldsNeedAttention": {
"message": "$COUNT$ fält ovan kräver din uppmärksamhet.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Välj --"
},
"multiSelectPlaceholder": {
"message": "-- Skriv för att filtrera --"
},
"multiSelectLoading": {
"message": "Hämtar alternativ..."
},
"multiSelectNotFound": {
"message": "Inga objekt hittades"
},
"multiSelectClearAll": {
"message": "Rensa alla"
},
"plusNMore": {
"message": "+ $QUANTITY$ till",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Undermeny"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Re-authentication is required to access your vault again."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": ıkış yapılmış bir kasaya tekrardan erişmek için yeniden kimlik doğrulaması gerekir."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Kasa zaman aşımı eyleminizi değiştirmek için kilit açma yönteminizi ayarlayın."
},
"lock": {
"message": "Kilitle",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Başka bir cihazla giriş yap"
},
"logInInitiated": {
"loginInitiated": {
"message": "Giriş başlatıldı"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Önerilen Ayarlar Güncellemesi"
},
"deviceApprovalRequired": {
"message": "Cihaz onayı gerekiyor. Lütfen onay yönteminizi seçin:"
},
"rememberThisDevice": {
"message": "Bu cihazı hatırla"
},
"uncheckIfPublicDevice": {
"message": "Paylaşılan bir cihaz kullanıyorsanız işaretlemeyin"
},
"approveFromYourOtherDevice": {
"message": "Diğer cihazımdan onayla"
},
"requestAdminApproval": {
"message": "Yönetici onayı iste"
},
"approveWithMasterPassword": {
"message": "Ana parola ile onayla"
},
"region": {
"message": "Bölge"
},
"ssoIdentifierRequired": {
"message": "Kuruluş SSO tanımlayıcısı gereklidir."
},
"eu": {
"message": "AB",
"description": "European Union"
},
"loggingInOn": {
"message": "Giriş yapılan konum"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Erişim engellendi. Bu sayfayı görüntüleme iznine sahip değilsiniz."
},
"accountSuccessfullyCreated": {
"message": "Hesap başarıyla oluşturuldu!"
},
"adminApprovalRequested": {
"message": "Yönetici onayı istendi"
},
"adminApprovalRequestSentToAdmins": {
"message": "İsteğiniz yöneticinize gönderildi."
},
"youWillBeNotifiedOnceApproved": {
"message": "Onaylandıktan sonra bilgilendirileceksiniz."
},
"troubleLoggingIn": {
"message": "Giriş yaparken sorun mu yaşıyorsunuz?"
},
"loginApproved": {
"message": "Giriş onaylandı"
},
"userEmailMissing": {
"message": "Kullanıcının e-postası eksik"
},
"deviceTrusted": {
"message": "Cihaza güvenildi"
},
"inputRequired": {
"message": "Girdi gerekli."
},
"required": {
"message": "gerekli"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Girdi en az $COUNT$ karakter uzunluğunda olmalıdır.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Girdi $COUNT$ karakter uzunluğunu geçmemelidir.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "Şu karakterlere izin verilmez: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Girdi değeri en az $MIN$ olmalı.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Girdi değeri en fazla $MAX$ olmalı.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "Bir veya daha fazla e-posta geçersiz"
},
"inputTrimValidator": {
"message": "Girdi yalnızca boşluktan ibaret olamaz.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Girdi bir e-posta adresi değil."
},
"fieldsNeedAttention": {
"message": "Yukarıdaki $COUNT$ alanla ilgilenmeniz gerekiyor.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Seçin --"
},
"multiSelectPlaceholder": {
"message": "-- Filtrelemek için yazın --"
},
"multiSelectLoading": {
"message": "Seçenekler alınıyor..."
},
"multiSelectNotFound": {
"message": "Hiç kayıt bulunamadı"
},
"multiSelectClearAll": {
"message": "Tümünü temizle"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Alt menü"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Щоб відновити доступ до сховища, необхідно повторно авторизуватись."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Налаштуйте спосіб розблокування, щоб змінити час очікування сховища."
},
"lock": {
"message": "Блокувати",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "Увійти з іншого пристрою"
},
"logInInitiated": {
"loginInitiated": {
"message": "Ініційовано вхід"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Оновлення рекомендованих налаштувань"
},
"deviceApprovalRequired": {
"message": "Необхідне підтвердження пристрою. Виберіть варіант підтвердження нижче:"
},
"rememberThisDevice": {
"message": "Запам'ятати цей пристрій"
},
"uncheckIfPublicDevice": {
"message": "Зніміть позначку, якщо використовуєте загальнодоступний пристрій"
},
"approveFromYourOtherDevice": {
"message": "Затвердіть з іншого пристрою"
},
"requestAdminApproval": {
"message": "Запит підтвердження адміністратора"
},
"approveWithMasterPassword": {
"message": "Затвердити з головним паролем"
},
"region": {
"message": "Регіон"
},
"ssoIdentifierRequired": {
"message": "Потрібен SSO-ідентифікатор організації."
},
"eu": {
"message": "ЄС",
"description": "European Union"
},
"loggingInOn": {
"message": "Увійти на"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Доступ заборонено. У вас немає дозволу на перегляд цієї сторінки."
},
"accountSuccessfullyCreated": {
"message": "Обліковий запис успішно створено!"
},
"adminApprovalRequested": {
"message": "Запитано затвердження адміністратором"
},
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запит відправлено адміністратору."
},
"youWillBeNotifiedOnceApproved": {
"message": "Ви отримаєте сповіщення після затвердження."
},
"troubleLoggingIn": {
"message": "Проблема під час входу?"
},
"loginApproved": {
"message": "Вхід затверджено"
},
"userEmailMissing": {
"message": "Немає адреси електронної пошти"
},
"deviceTrusted": {
"message": "Довірений пристрій"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "Kho bị đăng xuất sẽ yêu cầu bạn xác thực lại để có thể truy cập."
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "Khóa",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "Log in with another device"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "A notification has been sent to your device."
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "Access denied. You do not have permission to view this page."
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "required"
},
"search": {
"message": "Search"
},
"inputMinLength": {
"message": "Input must be at least $COUNT$ characters long.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "Input must not exceed $COUNT$ characters in length.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "1 or more emails are invalid"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- Select --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "Retrieving options..."
},
"multiSelectNotFound": {
"message": "No items found"
},
"multiSelectClearAll": {
"message": "Clear all"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "Submenu"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "需要重新验证才能再次访问您的密码库。"
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "设置一个解锁方式以更改您的密码库超时动作。"
},
"lock": {
"message": "锁定",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,7 +2109,7 @@
"logInWithAnotherDevice": {
"message": "使用其他设备登录"
},
"logInInitiated": {
"loginInitiated": {
"message": "登录已发起"
},
"notificationSentDevice": {
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "推荐的设置更新"
},
"deviceApprovalRequired": {
"message": "需要设备批准。请在下面选择一个批准选项:"
},
"rememberThisDevice": {
"message": "记住此设备"
},
"uncheckIfPublicDevice": {
"message": "若使用公共设备,请取消勾选"
},
"approveFromYourOtherDevice": {
"message": "从您的其他设备批准"
},
"requestAdminApproval": {
"message": "请求管理员批准"
},
"approveWithMasterPassword": {
"message": "使用主密码批准"
},
"region": {
"message": "区域"
},
"ssoIdentifierRequired": {
"message": "必须填写组织 SSO 标识符。"
},
"eu": {
"message": "欧盟",
"description": "European Union"
},
"loggingInOn": {
"message": "登录到"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "访问被拒绝。您没有权限查看此页面。"
},
"accountSuccessfullyCreated": {
"message": "账户已成功创建!"
},
"adminApprovalRequested": {
"message": "已请求管理员批准"
},
"adminApprovalRequestSentToAdmins": {
"message": "您的请求已发送给您的管理员。"
},
"youWillBeNotifiedOnceApproved": {
"message": "批准后,您将收到通知。"
},
"troubleLoggingIn": {
"message": "登录遇到问题?"
},
"loginApproved": {
"message": "登录已批准"
},
"userEmailMissing": {
"message": "缺少用户电子邮件"
},
"deviceTrusted": {
"message": "设备已信任"
},
"inputRequired": {
"message": "必须输入内容。"
},
"required": {
"message": "必填"
},
"search": {
"message": "搜索"
},
"inputMinLength": {
"message": "至少输入 $COUNT$ 个字符。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "输入长度不能超过 $COUNT$ 个字符。",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "以下字符不被允许:$CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "输入的值不能低于 $MIN$。",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "输入的值不能超过 $MAX$。",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "一个或多个电子邮件地址无效"
},
"inputTrimValidator": {
"message": "输入不能只包含空格。",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "输入的不是电子邮件地址。"
},
"fieldsNeedAttention": {
"message": "上面的 $COUNT$ 个字段需要您注意。",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- 选择 --"
},
"multiSelectPlaceholder": {
"message": "-- 输入以筛选 --"
},
"multiSelectLoading": {
"message": "正在获取选项..."
},
"multiSelectNotFound": {
"message": "未找到任何条目"
},
"multiSelectClearAll": {
"message": "清除全部"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "子菜单"
}
}

View File

@@ -1492,6 +1492,9 @@
"vaultTimeoutActionLogOutDesc": {
"message": "需要重新驗證才能再次存取密碼庫。"
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Set up an unlock method to change your vault timeout action."
},
"lock": {
"message": "鎖定",
"description": "Verb form: to make secure or inaccesible by"
@@ -2106,8 +2109,8 @@
"logInWithAnotherDevice": {
"message": "使用其他裝置登入"
},
"logInInitiated": {
"message": "Log in initiated"
"loginInitiated": {
"message": "Login initiated"
},
"notificationSentDevice": {
"message": "已傳送通知至您的裝置。"
@@ -2246,6 +2249,34 @@
"windowsBiometricUpdateWarningTitle": {
"message": "Recommended Settings Update"
},
"deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:"
},
"rememberThisDevice": {
"message": "Remember this device"
},
"uncheckIfPublicDevice": {
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
"message": "Approve from your other device"
},
"requestAdminApproval": {
"message": "Request admin approval"
},
"approveWithMasterPassword": {
"message": "Approve with master password"
},
"region": {
"message": "Region"
},
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
"eu": {
"message": "EU",
"description": "European Union"
},
"loggingInOn": {
"message": "Logging in on"
},
@@ -2260,5 +2291,129 @@
},
"accessDenied": {
"message": "拒絕存取。您沒有檢視此頁面的權限。"
},
"accountSuccessfullyCreated": {
"message": "Account successfully created!"
},
"adminApprovalRequested": {
"message": "Admin approval requested"
},
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
"youWillBeNotifiedOnceApproved": {
"message": "You will be notified once approved."
},
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
"loginApproved": {
"message": "Login approved"
},
"userEmailMissing": {
"message": "User email missing"
},
"deviceTrusted": {
"message": "Device trusted"
},
"inputRequired": {
"message": "Input is required."
},
"required": {
"message": "必填"
},
"search": {
"message": "搜尋"
},
"inputMinLength": {
"message": "必須輸入至少 $COUNT$ 個字元。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxLength": {
"message": "輸入的內容長度不得超過 $COUNT$ 字元。",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"inputForbiddenCharacters": {
"message": "The following characters are not allowed: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
"example": "@, #, $, %"
}
}
},
"inputMinValue": {
"message": "Input value must be at least $MIN$.",
"placeholders": {
"min": {
"content": "$1",
"example": "8"
}
}
},
"inputMaxValue": {
"message": "Input value must not exceed $MAX$.",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"multipleInputEmails": {
"message": "一個或多個電子郵件無效。"
},
"inputTrimValidator": {
"message": "Input must not contain only whitespace.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"inputEmail": {
"message": "Input is not an email address."
},
"fieldsNeedAttention": {
"message": "$COUNT$ field(s) above need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "4"
}
}
},
"selectPlaceholder": {
"message": "-- 選擇 --"
},
"multiSelectPlaceholder": {
"message": "-- Type to filter --"
},
"multiSelectLoading": {
"message": "正在取得選項…"
},
"multiSelectNotFound": {
"message": "找不到任何項目"
},
"multiSelectClearAll": {
"message": "全部清除"
},
"plusNMore": {
"message": "+ $QUANTITY$ more",
"placeholders": {
"quantity": {
"content": "$1",
"example": "5"
}
}
},
"submenu": {
"message": "子選單"
}
}

View File

@@ -1,12 +1,12 @@
{
"name": "@bitwarden/desktop",
"version": "2023.8.0",
"version": "2023.8.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@bitwarden/desktop",
"version": "2023.8.0",
"version": "2023.8.3",
"license": "GPL-3.0",
"dependencies": {
"@bitwarden/desktop-native": "file:../desktop_native"

View File

@@ -2,7 +2,7 @@
"name": "@bitwarden/desktop",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2023.8.0",
"version": "2023.8.3",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",

View File

@@ -86,15 +86,14 @@
img {
margin-bottom: -2px;
width: 22px;
height: 14px;
}
.img-us {
content: url("../images/us-flag.png");
content: url("../images/flag-us.svg");
}
.img-eu {
content: url("../images/eu-flag.png");
content: url("../images/flag-eu.svg");
}
}