Skip to content

Commit

Permalink
version()
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-livefront committed Nov 27, 2024
2 parents 897fe61 + f79141c commit 172c806
Show file tree
Hide file tree
Showing 475 changed files with 14,346 additions and 3,710 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ storybook-static

**/webpack.*.js
**/jest.config.js
**/gulpfile.js

apps/browser/config/config.js
apps/browser/src/auth/scripts/duo.js
Expand Down
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ libs/common/src/autofill @bitwarden/team-autofill-dev
apps/desktop/macos/autofill-extension @bitwarden/team-autofill-dev
# DuckDuckGo integration
apps/desktop/native-messaging-test-runner @bitwarden/team-autofill-dev
apps/desktop/src/services/native-message-handler.service.ts @bitwarden/team-autofill-dev
apps/desktop/src/services/duckduckgo-message-handler.service.ts @bitwarden/team-autofill-dev


## Component Library ##
.storybook @bitwarden/team-design-system
Expand All @@ -116,6 +117,7 @@ libs/key-management @bitwarden/team-key-management-dev
apps/desktop/destkop_native/core/src/biometric/ @bitwarden/team-key-management-dev
apps/desktop/src/services/native-messaging.service.ts @bitwarden/team-key-management-dev
apps/browser/src/background/nativeMessaging.background.ts @bitwarden/team-key-management-dev
apps/desktop/src/services/biometric-message-handler.service.ts @bitwarden/team-key-management-dev

## Locales ##
apps/browser/src/_locales/en/messages.json
Expand Down
5 changes: 0 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
"concurrently",
"cross-env",
"del",
"gulp",
"gulp-if",
"gulp-json-editor",
"gulp-replace",
"gulp-zip",
"nord",
"patch-package",
"prettier",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
whoami
node --version
npm --version
gulp --version
docker --version
echo "GitHub ref: $GITHUB_REF"
echo "GitHub event: $GITHUB_EVENT"
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/browser",
"version": "2024.11.1",
"version": "2024.11.2",
"scripts": {
"build": "npm run build:chrome",
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 webpack",
Expand Down
78 changes: 76 additions & 2 deletions apps/browser/src/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,9 @@
"secureNotes": {
"message": "ملاحظات آمنة"
},
"sshKeys": {
"message": "SSH Keys"
},
"clear": {
"message": "مسح",
"description": "To clear something out. example: To clear browser history."
Expand Down Expand Up @@ -2889,8 +2892,8 @@
"generateEmail": {
"message": "Generate email"
},
"generatorBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$",
"spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
Expand All @@ -2903,6 +2906,26 @@
}
}
},
"passwordLengthRecommendationHint": {
"message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
"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).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "14"
}
}
},
"passphraseNumWordsRecommendationHint": {
"message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
"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).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "6"
}
}
},
"usernameType": {
"message": "نوع اسم المستخدم"
},
Expand Down Expand Up @@ -3150,12 +3173,27 @@
"resendNotification": {
"message": "إعادة إرسال الإشعار"
},
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": {
"message": "عرض جميع خيارات تسجيل الدخول"
},
"notificationSentDevice": {
"message": "تم إرسال إشعار إلى جهازك."
},
"aNotificationWasSentToYourDevice": {
"message": "A notification was sent to your device"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "You will be notified once the request is approved"
},
"needAnotherOptionV1": {
"message": "Need another option?"
},
"loginInitiated": {
"message": "بَدْء تسجيل الدخول"
},
Expand Down Expand Up @@ -3249,9 +3287,18 @@
"opensInANewWindow": {
"message": "تُفتح في نافذة جديدة"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": {
"message": "موافقة الجهاز مطلوبة. حدّد خيار الموافقة أدناه:"
},
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": {
"message": "تذكر هذا الجهاز"
},
Expand Down Expand Up @@ -3325,6 +3372,9 @@
"userEmailMissing": {
"message": "User email missing"
},
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": {
"message": "Device trusted"
},
Expand Down Expand Up @@ -3761,6 +3811,9 @@
"accessing": {
"message": "Accessing"
},
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": {
"message": "لن يتم نسخ Passkey"
},
Expand Down Expand Up @@ -4252,6 +4305,21 @@
"filters": {
"message": "Filters"
},
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": {
"message": "Personal details"
},
Expand Down Expand Up @@ -4823,5 +4891,11 @@
},
"generatedPassword": {
"message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
}
}
78 changes: 76 additions & 2 deletions apps/browser/src/_locales/az/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,9 @@
"secureNotes": {
"message": "Güvənli qeydlər"
},
"sshKeys": {
"message": "SSH Açarları"
},
"clear": {
"message": "Təmizlə",
"description": "To clear something out. example: To clear browser history."
Expand Down Expand Up @@ -2889,8 +2892,8 @@
"generateEmail": {
"message": "E-poçt yarat"
},
"generatorBoundariesHint": {
"message": "Dəyər $MIN$-$MAX$ arasında olmalıdır",
"spinboxBoundariesHint": {
"message": "Dəyər, $MIN$-$MAX$ arasında olmalıdır.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
Expand All @@ -2903,6 +2906,26 @@
}
}
},
"passwordLengthRecommendationHint": {
"message": " Güclü bir parol yaratmaq üçün $RECOMMENDED$ və ya daha çox xarakter istifadə edin.",
"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).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "14"
}
}
},
"passphraseNumWordsRecommendationHint": {
"message": " Güclü bir keçid ifadəsi yaratmaq üçün $RECOMMENDED$ və ya daha çox söz istifadə edin.",
"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).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "6"
}
}
},
"usernameType": {
"message": "İstifadəçi adı növü"
},
Expand Down Expand Up @@ -3150,12 +3173,27 @@
"resendNotification": {
"message": "Bildirişi təkrar göndər"
},
"viewAllLogInOptions": {
"message": "Bütün giriş seçimlərinə bax"
},
"viewAllLoginOptions": {
"message": "Bütün giriş seçimlərinə bax"
},
"notificationSentDevice": {
"message": "Cihazınıza bir bildiriş göndərildi."
},
"aNotificationWasSentToYourDevice": {
"message": "Cihazınıza bir bildiriş göndərildi"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Hesabınızın kilidinin açıq olduğuna və barmaq izi ifadəsinin digər cihazda uyuşduğuna əmin olun"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "Tələbiniz təsdiqləndikdə bildiriş alacaqsınız"
},
"needAnotherOptionV1": {
"message": "Başqa bir seçimə ehtiyacınız var?"
},
"loginInitiated": {
"message": "Giriş başladıldı"
},
Expand Down Expand Up @@ -3249,9 +3287,18 @@
"opensInANewWindow": {
"message": "Yeni bir pəncərədə açılır"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": {
"message": "Cihaz təsdiqi tələb olunur. Aşağıdan bir təsdiq variantı seçin:"
},
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": {
"message": "Bu cihazı xatırla"
},
Expand Down Expand Up @@ -3325,6 +3372,9 @@
"userEmailMissing": {
"message": "İstifadəçi e-poçtu əskikdir"
},
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": {
"message": "Cihaz güvənlidir"
},
Expand Down Expand Up @@ -3761,6 +3811,9 @@
"accessing": {
"message": "Müraciət edilir"
},
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": {
"message": "Keçid açarı kopyalanmır"
},
Expand Down Expand Up @@ -4252,6 +4305,21 @@
"filters": {
"message": "Filtrlər"
},
"filterVault": {
"message": "Seyfi filtrlə"
},
"filterApplied": {
"message": "Bir filtr tətbiq olundu"
},
"filterAppliedPlural": {
"message": "$COUNT$ filtr tətbiq olundu",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": {
"message": "Şəxsi detallar"
},
Expand Down Expand Up @@ -4823,5 +4891,11 @@
},
"generatedPassword": {
"message": "Parol yarat"
},
"compactMode": {
"message": "Yığcam rejim"
},
"beta": {
"message": "Beta"
}
}
Loading

0 comments on commit 172c806

Please sign in to comment.