Skip to content

Commit

Permalink
Merge branch 'main' into PM-6413-add-http-loophole-for-localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
coroiu committed Jun 10, 2024
2 parents d0a116c + eef1e51 commit eeb48ac
Show file tree
Hide file tree
Showing 128 changed files with 8,211 additions and 715 deletions.
117 changes: 115 additions & 2 deletions apps/browser/src/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,15 @@
"favorite": {
"message": "المفضلات"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "الملاحظات"
},
Expand All @@ -410,6 +419,9 @@
"launch": {
"message": "بدء"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "الموقع الإلكتروني"
},
Expand Down Expand Up @@ -599,6 +611,9 @@
"loggedOut": {
"message": "تم تسجيل الخروج"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "انتهت صلاحية جلسة تسجيل الدخول الخاصة بك."
},
Expand Down Expand Up @@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "حدد عنوان URL الأساسي لتثبيت Bitwarden المستضاف محليًا."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "بيئة مخصصة"
},
Expand Down Expand Up @@ -1419,6 +1443,15 @@
"collections": {
"message": "المجموعات"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "المفضلات"
},
Expand Down Expand Up @@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "التعبئة التلقائية والحفظ"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "تم تعبئة العنصر تلقائياً وحفظ عنوان URI"
},
Expand Down Expand Up @@ -1744,6 +1780,12 @@
"ok": {
"message": "موافق"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "التحقق من مزامنة سطح المكتب"
},
Expand Down Expand Up @@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
Expand All @@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
Expand All @@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
Expand Down Expand Up @@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}
119 changes: 116 additions & 3 deletions apps/browser/src/_locales/az/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,15 @@
"favorite": {
"message": "Sevimli"
},
"unfavorite": {
"message": "Sevimlilərdən sil"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notlar"
},
Expand All @@ -410,6 +419,9 @@
"launch": {
"message": "Başlat"
},
"launchWebsite": {
"message": "Veb saytı başlat"
},
"website": {
"message": "Veb sayt"
},
Expand Down Expand Up @@ -599,6 +611,9 @@
"loggedOut": {
"message": "Çıxış edildi"
},
"loggedOutDesc": {
"message": "Hesabınızdan çıxış etmisiniz."
},
"loginExpired": {
"message": "Giriş seansınızın müddəti bitdi."
},
Expand Down Expand Up @@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Öz-özünə sahiblik edən Bitwarden quraşdırmasının baza URL-sini müəyyənləşdirin."
},
"selfHostedBaseUrlHint": {
"message": "Şirkət daxili sahiblik edən Bitwarden quraşdırmasının təməl URL-sini qeyd edin. Nümunə: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Qabaqcıl konfiqurasiya üçün hər xidmətin təməl URL-sini müstəqil olaraq qeyd edə bilərsiniz."
},
"selfHostedEnvFormInvalid": {
"message": "Təməl server URL-sini və ya ən azı bir özəl mühiti əlavə etməlisiniz."
},
"customEnvironment": {
"message": "Özəl mühit"
},
Expand Down Expand Up @@ -1419,6 +1443,15 @@
"collections": {
"message": "Kolleksiyalar"
},
"nCollections": {
"message": "$COUNT$ kolleksiya",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Sevimlilər"
},
Expand Down Expand Up @@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Avto-doldur və saxla"
},
"fillAndSave": {
"message": "Doldur və saxla"
},
"autoFillSuccessAndSavedUri": {
"message": "Element avto-dolduruldu və URI saxlanıldı"
},
Expand Down Expand Up @@ -1744,6 +1780,12 @@
"ok": {
"message": "Oldu"
},
"errorRefreshingAccessToken": {
"message": "Müraciət tokeni təzələmə xətası"
},
"errorRefreshingAccessTokenDesc": {
"message": "Təzələmə tokeni və ya API açarlar tapılmadı. Lütfən çıxış edib yenidən giriş etməyə çalışın."
},
"desktopSyncVerificationTitle": {
"message": "Masaüstü sinxr doğrulaması"
},
Expand Down Expand Up @@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Filtrləri təmizləyin və ya başqa bir axtarış terminini sınayın"
},
"copyInfo": {
"message": "Məlumatları kopyala, $ITEMNAME$",
"copyInfoLabel": {
"message": "$ITEMNAME$ elementlərini kopyala",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
Expand All @@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Məlumatları kopyala - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "$ITEMNAME$ notunu kopyala",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Notu kopyala - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Daha çox seçim, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
Expand All @@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Daha çox seçim - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "$ITEMNAME$ elementinə bax",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Kolleksiyaları təyin et"
},
"copyEmail": {
"message": "E-poçtu kopyala"
},
"copyPhone": {
"message": "Telefonu kopyala"
},
"copyAddress": {
"message": "Ünvanı kopyala"
},
"adminConsole": {
"message": "Admin Konsolu"
},
Expand Down Expand Up @@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Qovluğu olmayan elementlər"
},
"organizationIsDeactivated": {
"message": "Təşkilat deaktiv edildi"
},
"contactYourOrgAdmin": {
"message": "Deaktiv edilmiş təşkilatlardakı elementlərə müraciət edilə bilməz. Kömək üçün təşkilatınızın sahibi ilə əlaqə saxlayın."
}
}
Loading

0 comments on commit eeb48ac

Please sign in to comment.