Skip to content

Commit fb3b903

Browse files
authored
Merge branch 'main' into ac/pm-12273-integration-page
2 parents b3ca48a + 4b6f70a commit fb3b903

File tree

279 files changed

+11514
-824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+11514
-824
lines changed

apps/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwarden/browser",
3-
"version": "2024.11.1",
3+
"version": "2024.11.2",
44
"scripts": {
55
"build": "npm run build:chrome",
66
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 webpack",

apps/browser/src/_locales/ar/messages.json

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,9 @@
18511851
"secureNotes": {
18521852
"message": "ملاحظات آمنة"
18531853
},
1854+
"sshKeys": {
1855+
"message": "SSH Keys"
1856+
},
18541857
"clear": {
18551858
"message": "مسح",
18561859
"description": "To clear something out. example: To clear browser history."
@@ -2889,8 +2892,8 @@
28892892
"generateEmail": {
28902893
"message": "Generate email"
28912894
},
2892-
"generatorBoundariesHint": {
2893-
"message": "Value must be between $MIN$ and $MAX$",
2895+
"spinboxBoundariesHint": {
2896+
"message": "Value must be between $MIN$ and $MAX$.",
28942897
"description": "Explains spin box minimum and maximum values to the user",
28952898
"placeholders": {
28962899
"min": {
@@ -2903,6 +2906,26 @@
29032906
}
29042907
}
29052908
},
2909+
"passwordLengthRecommendationHint": {
2910+
"message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
2911+
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
2912+
"placeholders": {
2913+
"recommended": {
2914+
"content": "$1",
2915+
"example": "14"
2916+
}
2917+
}
2918+
},
2919+
"passphraseNumWordsRecommendationHint": {
2920+
"message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
2921+
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
2922+
"placeholders": {
2923+
"recommended": {
2924+
"content": "$1",
2925+
"example": "6"
2926+
}
2927+
}
2928+
},
29062929
"usernameType": {
29072930
"message": "نوع اسم المستخدم"
29082931
},
@@ -3150,12 +3173,27 @@
31503173
"resendNotification": {
31513174
"message": "إعادة إرسال الإشعار"
31523175
},
3176+
"viewAllLogInOptions": {
3177+
"message": "View all log in options"
3178+
},
31533179
"viewAllLoginOptions": {
31543180
"message": "عرض جميع خيارات تسجيل الدخول"
31553181
},
31563182
"notificationSentDevice": {
31573183
"message": "تم إرسال إشعار إلى جهازك."
31583184
},
3185+
"aNotificationWasSentToYourDevice": {
3186+
"message": "A notification was sent to your device"
3187+
},
3188+
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
3189+
"message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device"
3190+
},
3191+
"youWillBeNotifiedOnceTheRequestIsApproved": {
3192+
"message": "You will be notified once the request is approved"
3193+
},
3194+
"needAnotherOptionV1": {
3195+
"message": "Need another option?"
3196+
},
31593197
"loginInitiated": {
31603198
"message": "بَدْء تسجيل الدخول"
31613199
},
@@ -3249,9 +3287,18 @@
32493287
"opensInANewWindow": {
32503288
"message": "تُفتح في نافذة جديدة"
32513289
},
3290+
"rememberThisDeviceToMakeFutureLoginsSeamless": {
3291+
"message": "Remember this device to make future logins seamless"
3292+
},
32523293
"deviceApprovalRequired": {
32533294
"message": "موافقة الجهاز مطلوبة. حدّد خيار الموافقة أدناه:"
32543295
},
3296+
"deviceApprovalRequiredV2": {
3297+
"message": "Device approval required"
3298+
},
3299+
"selectAnApprovalOptionBelow": {
3300+
"message": "Select an approval option below"
3301+
},
32553302
"rememberThisDevice": {
32563303
"message": "تذكر هذا الجهاز"
32573304
},
@@ -3325,6 +3372,9 @@
33253372
"userEmailMissing": {
33263373
"message": "User email missing"
33273374
},
3375+
"activeUserEmailNotFoundLoggingYouOut": {
3376+
"message": "Active user email not found. Logging you out."
3377+
},
33283378
"deviceTrusted": {
33293379
"message": "Device trusted"
33303380
},
@@ -3761,6 +3811,9 @@
37613811
"accessing": {
37623812
"message": "Accessing"
37633813
},
3814+
"loggedInExclamation": {
3815+
"message": "Logged in!"
3816+
},
37643817
"passkeyNotCopied": {
37653818
"message": "لن يتم نسخ Passkey"
37663819
},
@@ -4252,6 +4305,21 @@
42524305
"filters": {
42534306
"message": "Filters"
42544307
},
4308+
"filterVault": {
4309+
"message": "Filter vault"
4310+
},
4311+
"filterApplied": {
4312+
"message": "One filter applied"
4313+
},
4314+
"filterAppliedPlural": {
4315+
"message": "$COUNT$ filters applied",
4316+
"placeholders": {
4317+
"count": {
4318+
"content": "$1",
4319+
"example": "3"
4320+
}
4321+
}
4322+
},
42554323
"personalDetails": {
42564324
"message": "Personal details"
42574325
},
@@ -4823,5 +4891,11 @@
48234891
},
48244892
"generatedPassword": {
48254893
"message": "Generated password"
4894+
},
4895+
"compactMode": {
4896+
"message": "Compact mode"
4897+
},
4898+
"beta": {
4899+
"message": "Beta"
48264900
}
48274901
}

apps/browser/src/_locales/az/messages.json

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,6 +1851,9 @@
18511851
"secureNotes": {
18521852
"message": "Güvənli qeydlər"
18531853
},
1854+
"sshKeys": {
1855+
"message": "SSH Açarları"
1856+
},
18541857
"clear": {
18551858
"message": "Təmizlə",
18561859
"description": "To clear something out. example: To clear browser history."
@@ -2889,8 +2892,8 @@
28892892
"generateEmail": {
28902893
"message": "E-poçt yarat"
28912894
},
2892-
"generatorBoundariesHint": {
2893-
"message": "Dəyər $MIN$-$MAX$ arasında olmalıdır",
2895+
"spinboxBoundariesHint": {
2896+
"message": "Dəyər, $MIN$-$MAX$ arasında olmalıdır.",
28942897
"description": "Explains spin box minimum and maximum values to the user",
28952898
"placeholders": {
28962899
"min": {
@@ -2903,6 +2906,26 @@
29032906
}
29042907
}
29052908
},
2909+
"passwordLengthRecommendationHint": {
2910+
"message": " Güclü bir parol yaratmaq üçün $RECOMMENDED$ və ya daha çox xarakter istifadə edin.",
2911+
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
2912+
"placeholders": {
2913+
"recommended": {
2914+
"content": "$1",
2915+
"example": "14"
2916+
}
2917+
}
2918+
},
2919+
"passphraseNumWordsRecommendationHint": {
2920+
"message": " Güclü bir keçid ifadəsi yaratmaq üçün $RECOMMENDED$ və ya daha çox söz istifadə edin.",
2921+
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
2922+
"placeholders": {
2923+
"recommended": {
2924+
"content": "$1",
2925+
"example": "6"
2926+
}
2927+
}
2928+
},
29062929
"usernameType": {
29072930
"message": "İstifadəçi adı növü"
29082931
},
@@ -3150,12 +3173,27 @@
31503173
"resendNotification": {
31513174
"message": "Bildirişi təkrar göndər"
31523175
},
3176+
"viewAllLogInOptions": {
3177+
"message": "Bütün giriş seçimlərinə bax"
3178+
},
31533179
"viewAllLoginOptions": {
31543180
"message": "Bütün giriş seçimlərinə bax"
31553181
},
31563182
"notificationSentDevice": {
31573183
"message": "Cihazınıza bir bildiriş göndərildi."
31583184
},
3185+
"aNotificationWasSentToYourDevice": {
3186+
"message": "Cihazınıza bir bildiriş göndərildi"
3187+
},
3188+
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
3189+
"message": "Hesabınızın kilidinin açıq olduğuna və barmaq izi ifadəsinin digər cihazda uyuşduğuna əmin olun"
3190+
},
3191+
"youWillBeNotifiedOnceTheRequestIsApproved": {
3192+
"message": "Tələbiniz təsdiqləndikdə bildiriş alacaqsınız"
3193+
},
3194+
"needAnotherOptionV1": {
3195+
"message": "Başqa bir seçimə ehtiyacınız var?"
3196+
},
31593197
"loginInitiated": {
31603198
"message": "Giriş başladıldı"
31613199
},
@@ -3249,9 +3287,18 @@
32493287
"opensInANewWindow": {
32503288
"message": "Yeni bir pəncərədə açılır"
32513289
},
3290+
"rememberThisDeviceToMakeFutureLoginsSeamless": {
3291+
"message": "Remember this device to make future logins seamless"
3292+
},
32523293
"deviceApprovalRequired": {
32533294
"message": "Cihaz təsdiqi tələb olunur. Aşağıdan bir təsdiq variantı seçin:"
32543295
},
3296+
"deviceApprovalRequiredV2": {
3297+
"message": "Device approval required"
3298+
},
3299+
"selectAnApprovalOptionBelow": {
3300+
"message": "Select an approval option below"
3301+
},
32553302
"rememberThisDevice": {
32563303
"message": "Bu cihazı xatırla"
32573304
},
@@ -3325,6 +3372,9 @@
33253372
"userEmailMissing": {
33263373
"message": "İstifadəçi e-poçtu əskikdir"
33273374
},
3375+
"activeUserEmailNotFoundLoggingYouOut": {
3376+
"message": "Active user email not found. Logging you out."
3377+
},
33283378
"deviceTrusted": {
33293379
"message": "Cihaz güvənlidir"
33303380
},
@@ -3761,6 +3811,9 @@
37613811
"accessing": {
37623812
"message": "Müraciət edilir"
37633813
},
3814+
"loggedInExclamation": {
3815+
"message": "Logged in!"
3816+
},
37643817
"passkeyNotCopied": {
37653818
"message": "Keçid açarı kopyalanmır"
37663819
},
@@ -4252,6 +4305,21 @@
42524305
"filters": {
42534306
"message": "Filtrlər"
42544307
},
4308+
"filterVault": {
4309+
"message": "Seyfi filtrlə"
4310+
},
4311+
"filterApplied": {
4312+
"message": "Bir filtr tətbiq olundu"
4313+
},
4314+
"filterAppliedPlural": {
4315+
"message": "$COUNT$ filtr tətbiq olundu",
4316+
"placeholders": {
4317+
"count": {
4318+
"content": "$1",
4319+
"example": "3"
4320+
}
4321+
}
4322+
},
42554323
"personalDetails": {
42564324
"message": "Şəxsi detallar"
42574325
},
@@ -4823,5 +4891,11 @@
48234891
},
48244892
"generatedPassword": {
48254893
"message": "Parol yarat"
4894+
},
4895+
"compactMode": {
4896+
"message": "Yığcam rejim"
4897+
},
4898+
"beta": {
4899+
"message": "Beta"
48264900
}
48274901
}

0 commit comments

Comments
 (0)