diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json
index 1341b29e6..74bd6f69b 100644
--- a/assets/custom-icons/_data/custom-icons.json
+++ b/assets/custom-icons/_data/custom-icons.json
@@ -170,6 +170,14 @@
},
{
"title": "Wise"
+ },
+ {
+ "title": "NextDNS"
+ },
+ {
+ "title": "Skiff",
+ "hex": "EF5A3C"
}
+
]
}
diff --git a/assets/custom-icons/icons/nextdns.svg b/assets/custom-icons/icons/nextdns.svg
new file mode 100644
index 000000000..154295c64
--- /dev/null
+++ b/assets/custom-icons/icons/nextdns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/custom-icons/icons/skiff.svg b/assets/custom-icons/icons/skiff.svg
new file mode 100644
index 000000000..0bd7dffd5
--- /dev/null
+++ b/assets/custom-icons/icons/skiff.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/lib/l10n/arb/app_he.arb b/lib/l10n/arb/app_he.arb
new file mode 100644
index 000000000..7dd37321c
--- /dev/null
+++ b/lib/l10n/arb/app_he.arb
@@ -0,0 +1,67 @@
+{
+ "account": "חשבון",
+ "recoveryKey": "מפתח שחזור",
+ "counterAppBarTitle": "מונה",
+ "@counterAppBarTitle": {
+ "description": "Text shown in the AppBar of the Counter Page"
+ },
+ "onBoardingBody": "גיבוי מאובטח של קודי האימות שלך",
+ "onBoardingGetStarted": "התחילו",
+ "setupFirstAccount": "התקנה של החשבון הראשון שלך",
+ "importScanQrCode": "סרוק קוד QR",
+ "qrCode": "קוד QR",
+ "importEnterSetupKey": "הכנס מפתח התקנה",
+ "importAccountPageTitle": "הכנס פרטי חשבון",
+ "secretCanNotBeEmpty": "סוד לא יכול להיות ריק",
+ "bothIssuerAndAccountCanNotBeEmpty": "גם המנפיק והחשבון לא יכולים להיות ריקים",
+ "incorrectDetails": "פרטים לא נכונים",
+ "pleaseVerifyDetails": "אנא אמתו את הפרטים ונסו שוב",
+ "codeIssuerHint": "מנפיק",
+ "codeSecretKeyHint": "מפתח סודי",
+ "codeAccountHint": "חשבון(you@domain.com)",
+ "accountKeyType": "סוג מפתח",
+ "sessionExpired": "זמן החיבור הסתיים",
+ "@sessionExpired": {
+ "description": "Title of the dialog when the users current session is invalid/expired"
+ },
+ "pleaseLoginAgain": "אנא התחבר שוב",
+ "loggingOut": "מתנתק...",
+ "timeBasedKeyType": "מבוסס זמן(TOTP)",
+ "counterBasedKeyType": "מבוסס מונה(HOTP)",
+ "saveAction": "שמור",
+ "nextTotpTitle": "הבא",
+ "deleteCodeTitle": "מחק קוד?",
+ "deleteCodeMessage": "האם אתה בטוח שאתה רוצה למחוק את היחידה{{name}}? פעולה זאת אינה ניתנת לביטול.",
+ "viewLogsAction": "צפייה ביומן",
+ "copyEmailAction": "העתק אימייל",
+ "exportLogsAction": "ייצוא לוגים",
+ "reportABug": "דווח על באג",
+ "crashAndErrorReporting": "דיווח על שגיאות וקריסות",
+ "reportBug": "דווח על באג",
+ "contactSupport": "צור קשר עם התמיכה",
+ "rateUsOnStore": "דרג אותנו ב-{storeName}",
+ "blog": "בלוג",
+ "merchandise": "סחורה",
+ "verifyPassword": "אמת סיסמא",
+ "pleaseWait": "אנא המתן...",
+ "generatingEncryptionKeysTitle": "יוצר מפתחות הצפנה...",
+ "recreatePassword": "צור סיסמא מחדש",
+ "useRecoveryKey": "השתמש במפתח שחזור",
+ "incorrectPasswordTitle": "סיסמא לא נכונה",
+ "welcomeBack": "ברוך שובך!",
+ "changeEmail": "שנה דוא\"ל",
+ "changePassword": "שנה סיסמה",
+ "data": "נתונים",
+ "importCodes": "ייבא קוד",
+ "importTypePlainText": "טקסט רגיל",
+ "importLabel": "יבוא",
+ "selectFile": "בחר קובץ",
+ "emailVerificationToggle": "אימות אימייל",
+ "ok": "אוקיי",
+ "cancel": "בטל",
+ "yes": "כן",
+ "no": "לא",
+ "email": "דוא\"ל",
+ "support": "תמיכה",
+ "general": "כללי"
+}
\ No newline at end of file
diff --git a/lib/l10n/arb/app_it.arb b/lib/l10n/arb/app_it.arb
index 94143da3b..ea7197bd4 100644
--- a/lib/l10n/arb/app_it.arb
+++ b/lib/l10n/arb/app_it.arb
@@ -331,5 +331,7 @@
"offlineModeWarning": "Hai scelto di procedere senza backup. Si prega di eseguire backup manuali per assicurarsi che i codici siano al sicuro.",
"showLargeIcons": "Mostra icone grandi",
"shouldHideCode": "Nascondi i codici",
- "focusOnSearchBar": "Apri ricerca all'avvio dell'app"
+ "focusOnSearchBar": "Apri ricerca all'avvio dell'app",
+ "confirmUpdatingkey": "Sei sicuro di voler aggiornare la chiave segreta?",
+ "minimizeAppOnCopy": "Riduci a icona l'app dopo la copia"
}
\ No newline at end of file
diff --git a/lib/l10n/arb/app_zh.arb b/lib/l10n/arb/app_zh.arb
index 761da4883..98028a032 100644
--- a/lib/l10n/arb/app_zh.arb
+++ b/lib/l10n/arb/app_zh.arb
@@ -331,5 +331,7 @@
"offlineModeWarning": "您已选择在不进行备份的情况下继续操作。请手动备份以确保您的代码安全。",
"showLargeIcons": "显示大图标",
"shouldHideCode": "隐藏代码",
- "focusOnSearchBar": "应用启动后聚焦搜索"
+ "focusOnSearchBar": "应用启动后聚焦搜索",
+ "confirmUpdatingkey": "您确定要更新此密钥吗?",
+ "minimizeAppOnCopy": "复制时最小化应用"
}
\ No newline at end of file