Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: setup your keys -> setup master key in default view cards #3249

Merged
merged 3 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,7 @@
"title": "Bitcoin erhalten",
"description": "Zahle auf dein Konto ein und empfange über deine Lightning Adresse oder eine Rechnung"
},
"setup_keys": {
"title": "Einrichten deiner Schlüssel",
"description": "Kümmer dich um deinen Master Key oder importiere dein bestehendes Nostr-Konto"
}
"setup_keys": {}
},
"node_required": "Ihr Alby-Konto benötigt eine Brieftasche. Verbinde deine Brieftasche mit deinem Konto auf <0>getalby.com</0>",
"upgrade_account": "Du verwendest die alte LNDHub-Einstellung. <0>Bitte verbinde dich erneut</0> mit deinem Alby-Konto, um Zugang zu den neuesten Funktionen zu erhalten."
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in src/i18n/locales/en/translation.json

View workflow job for this annotation

GitHub Actions / Check source translation file for changes

Translation source translation.home.default_view.actions.setup_keys.title has changed

Consider running `node scripts/remove-outdated-translations.js translation.home.default_view.actions.setup_keys.title` to reset existing translations.

Check warning on line 1 in src/i18n/locales/en/translation.json

View workflow job for this annotation

GitHub Actions / Check source translation file for changes

Translation source translation.home.default_view.actions.setup_keys.description has changed

Consider running `node scripts/remove-outdated-translations.js translation.home.default_view.actions.setup_keys.description` to reset existing translations.
"translation": {
"welcome": {
"set_password": {
Expand Down Expand Up @@ -398,8 +398,8 @@
"description": "New to Alby Extension? Check out our guides, videos and explanations"
},
"setup_keys": {
"title": "Setup your keys",
"description": "Take care of your Master Key or import your existing Nostr account"
"title": "Setup Master Key",
"description": "Create a Master key for Bitcoin, Nostr and Liquid or import an existing Nostr account."
},
"receive_bitcoin": {
"title": "Receive bitcoin",
Expand Down
5 changes: 1 addition & 4 deletions src/i18n/locales/fa/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,7 @@
"is_blocked_hint": "البی در حال حاضر در {{host}} غیرفعال شده است",
"block_removed": "{{host}} فعال شد. لطفا دوباره بارگیری کنید.",
"actions": {
"setup_keys": {
"title": "تنظیمات کلیدهای شما",
"description": "از کلید اصلی خود مراقبت کنید یا حساب کاربری فعلی ناستر خود را وارد کنید"
},
"setup_keys": {},
"get_started": {
"title": "استفاده از افزونه البی را آغاز کن",
"description": "افزونه البی ندارید؟ این راهنما، فیلم ها، و توضیحات را ببینید"
Expand Down
5 changes: 1 addition & 4 deletions src/i18n/locales/fi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,7 @@
"description": "Oletko uusi Alby-laajennuksen käyttäjä? Tutustu oppaihimme, videoihimme ja selityksiimme",
"title": "Aloita Alby-laajennuksen käyttö"
},
"setup_keys": {
"title": "Määritä avaimesi",
"description": "Pidä huolta pääavaimestasi tai tuo olemassa oleva Nostr-tilisi"
},
"setup_keys": {},
"receive_bitcoin": {
"title": "Vastaanota bitcoineja",
"description": "Rahoita tiliäsi ja vastaanota Lightning-osoitteesi tai laskun kautta"
Expand Down
19 changes: 8 additions & 11 deletions src/i18n/locales/pt_BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,7 @@
"title": "Deposite bitcoin",
"description": "Receba satoshis usando um endereço relâmpago, fatura relâmpago ou endereço bitcoin"
},
"setup_keys": {
"title": "Configure suas chaves",
"description": "Faça o backup da sua chave mestra ou importe uma conta Nostr"
}
"setup_keys": {}
}
}
},
Expand Down Expand Up @@ -739,20 +736,20 @@
"4": {
"title": "mensagem direta"
},
"7": {
"title": "reagir"
},
"9734": {
"title": "solicitar zap"
},
"30023": {
"title": "nota longa"
},
"7": {
"title": "reagir"
"10002": {
"title": "atualizar relays"
},
"22242": {
"title": "autenticar"
},
"10002": {
"title": "atualizar relays"
"30023": {
"title": "nota longa"
}
},
"allow": "Permitir {{publisher}} {{action}}"
Expand Down
143 changes: 70 additions & 73 deletions src/i18n/locales/zh_Hans/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,7 @@
"block_removed": "启用了{{host}}。请重新加载网站。",
"node_required": "你的 Albby 账户需要设置一个钱包。前往 <0>getalby.com</0> 连接你的钱包",
"actions": {
"setup_keys": {
"description": "保管你的主密钥或导入已有 Nostr 账户",
"title": "设置你的密钥"
},
"setup_keys": {},
"get_started": {
"title": "准备好使用 Alby 浏览器扩展",
"description": "第一次使用 Alby 扩展?浏览我们的指南、视频和解析"
Expand Down Expand Up @@ -732,66 +729,38 @@
"content": "该网站要求你签署:",
"block_added": "已将{{host}}添加到屏蔽列表,请重新加载网站。",
"kinds": {
"0": {
"title": "更新资料",
"description": "更新你的用户名、描述、头像、Nostr 地址和其他资料元数据。"
},
"1": {
"title": "短文本消息",
"description": "签署短文本消息"
},
"5": {
"title": "删除",
"description": "请求中继删除事件"
},
"44": {
"description": "隐藏特定 Nostr 公钥用户的所有消息",
"title": "静音频道用户"
},
"30009": {
"description": "创建新徽章",
"title": "创建徽章"
},
"10000": {
"title": "静音列表",
"description": "从消息列表阻止垃圾消息发送者和其他坏人"
},
"10002": {
"title": "中继列表",
"description": "更新用于接收和发送你的和其他人的笔记的中继偏好"
},
"27235": {
"description": "HTTP 验证",
"title": "HTTP 验证"
},
"10003": {
"title": "书签",
"description": "为用户贴文加书签"
},
"24133": {
"description": "远程请求和签署事件",
"title": "远程签名"
},
"30023": {
"description": "签署类似文章的长篇内容",
"title": "长篇内容"
},
"30078": {
"title": "应用数据",
"description": "签署特定应用专用的数据"
},
"10000135": {
"title": "上传块",
"description": "以块的形式上传数据"
"2": {
"description": "分享推荐的中继",
"title": "推荐中继"
},
"3": {
"description": "更新你的关注列表中的账户",
"title": "更新关注列表"
},
"7": {
"title": "回应",
"description": "签署对笔记的回应"
},
"4": {
"title": "私信",
"description": "发送加密私信"
},
"5": {
"title": "删除",
"description": "请求中继删除事件"
},
"6": {
"description": "转发笔记",
"title": "转发"
},
"7": {
"title": "回应",
"description": "签署对笔记的回应"
},
"8": {
"description": "授予一个徽章给一个 Nostr 账户",
"title": "徽章授予"
Expand All @@ -800,14 +769,26 @@
"title": "创建频道",
"description": "创建一个公共聊天频道"
},
"43": {
"description": "隐藏频道中的文本消息",
"title": "隐藏频道消息"
"41": {
"title": "更新频道",
"description": "更新频道的名称、描述、头像和其他额外元数据"
},
"42": {
"title": "发送频道消息",
"description": "发送文本消息到频道"
},
"43": {
"description": "隐藏频道中的文本消息",
"title": "隐藏频道消息"
},
"44": {
"description": "隐藏特定 Nostr 公钥用户的所有消息",
"title": "静音频道用户"
},
"1984": {
"title": "举报笔记",
"description": "举报笔记(垃圾、违法或露骨内容)"
},
"9734": {
"title": "请求打闪",
"description": "请求一个闪电网络付款"
Expand All @@ -816,37 +797,53 @@
"description": "显示已支付的闪电发票的确认消息",
"title": "打闪收据"
},
"10000": {
"title": "静音列表",
"description": "从消息列表阻止垃圾消息发送者和其他坏人"
},
"10002": {
"title": "中继列表",
"description": "更新用于接收和发送你的和其他人的笔记的中继偏好"
},
"10003": {
"title": "书签",
"description": "为用户贴文加书签"
},
"22242": {
"description": "对中继进行身份验证",
"title": "客户端验证"
},
"24133": {
"description": "远程请求和签署事件",
"title": "远程签名"
},
"27235": {
"description": "HTTP 验证",
"title": "HTTP 验证"
},
"30008": {
"description": "接受、拒绝徽章和修改徽章显示顺序",
"title": "徽章"
},
"unknown": {
"description": "未知操作",
"title": "kind {{kind}}"
},
"0": {
"title": "更新资料",
"description": "更新你的用户名、描述、头像、Nostr 地址和其他资料元数据。"
"30009": {
"description": "创建新徽章",
"title": "创建徽章"
},
"2": {
"description": "分享推荐的中继",
"title": "推荐中继"
"30023": {
"description": "签署类似文章的长篇内容",
"title": "长篇内容"
},
"6": {
"description": "转发笔记",
"title": "转发"
"30078": {
"title": "应用数据",
"description": "签署特定应用专用的数据"
},
"41": {
"title": "更新频道",
"description": "更新频道的名称、描述、头像和其他额外元数据"
"10000135": {
"title": "上传块",
"description": "以块的形式上传数据"
},
"1984": {
"title": "举报笔记",
"description": "举报笔记(垃圾、违法或露骨内容)"
"unknown": {
"description": "未知操作",
"title": "kind {{kind}}"
}
},
"recipient": "收件人",
Expand Down
Loading