Merge branch 'main' of https://hosted.weblate.org/git/ntfy/web
commit
7cdd86c99f
|
@ -356,5 +356,29 @@
|
|||
"account_upgrade_dialog_tier_features_messages_one": "毎日 {{messages}} メッセージ",
|
||||
"account_upgrade_dialog_tier_features_reservations_one": "予約済みトピック {{reservations}} 件",
|
||||
"account_upgrade_dialog_tier_features_emails_one": "毎日メール {{emails}} 件",
|
||||
"publish_dialog_call_label": "電話"
|
||||
"publish_dialog_call_label": "電話",
|
||||
"publish_dialog_call_item": "電話番号 {{number}}",
|
||||
"account_basics_phone_numbers_title": "電話番号",
|
||||
"account_usage_calls_none": "このアカウントからは電話を発信できません",
|
||||
"account_usage_calls_title": "電話を発信しました",
|
||||
"account_upgrade_dialog_tier_features_calls_one": "電話 1日 {{calls}} 回",
|
||||
"account_upgrade_dialog_tier_features_no_calls": "電話なし",
|
||||
"publish_dialog_call_reset": "電話番号を削除",
|
||||
"publish_dialog_chip_call_label": "電話番号",
|
||||
"account_basics_phone_numbers_dialog_description": "電話通知機能を使うには、最低ひとつの電話番号を追加して認証する必要があります。認証はSMSまたは電話で実施できます。",
|
||||
"account_basics_phone_numbers_description": "電話通知",
|
||||
"account_basics_phone_numbers_dialog_title": "電話番号を追加",
|
||||
"account_basics_phone_numbers_no_phone_numbers_yet": "電話番号はまだありません",
|
||||
"account_basics_phone_numbers_copied_to_clipboard": "電話番号がクリップボードにコピーされました",
|
||||
"account_basics_phone_numbers_dialog_number_label": "電話番号",
|
||||
"account_basics_phone_numbers_dialog_number_placeholder": "例 +1222333444",
|
||||
"account_basics_phone_numbers_dialog_verify_button_sms": "SMSを送信",
|
||||
"account_basics_phone_numbers_dialog_verify_button_call": "自分に電話する",
|
||||
"account_basics_phone_numbers_dialog_code_label": "確認コード",
|
||||
"account_basics_phone_numbers_dialog_code_placeholder": "例 123456",
|
||||
"account_basics_phone_numbers_dialog_check_verification_button": "確認コード",
|
||||
"account_upgrade_dialog_tier_features_calls_other": "電話 1日 {{calls}} 回",
|
||||
"publish_dialog_chip_call_no_verified_numbers_tooltip": "認証済み電話番号がありません",
|
||||
"account_basics_phone_numbers_dialog_channel_sms": "SMS",
|
||||
"account_basics_phone_numbers_dialog_channel_call": "電話する"
|
||||
}
|
||||
|
|
|
@ -188,5 +188,13 @@
|
|||
"prefs_users_edit_button": "Editar usuário",
|
||||
"prefs_users_delete_button": "Excluir usuário",
|
||||
"error_boundary_unsupported_indexeddb_title": "Navegação anônima não suportada",
|
||||
"error_boundary_unsupported_indexeddb_description": "O ntfy web app precisa do IndexedDB para funcionar, e seu navegador não suporta IndexedDB no modo de navegação privada.<br/><br/>Embora isso seja lamentável, também não faz muito sentido usar o ntfy web app no modo de navegação privada de qualquer maneira, porque tudo é armazenado no armazenamento do navegador. Você pode ler mais sobre isso <githubLink>nesta edição do GitHub</githubLink>, ou falar conosco em <discordLink>Discord</discordLink> ou <matrixLink>Matrix</matrixLink>."
|
||||
"error_boundary_unsupported_indexeddb_description": "O ntfy web app precisa do IndexedDB para funcionar, e seu navegador não suporta IndexedDB no modo de navegação privada.<br/><br/>Embora isso seja lamentável, também não faz muito sentido usar o ntfy web app no modo de navegação privada de qualquer maneira, porque tudo é armazenado no armazenamento do navegador. Você pode ler mais sobre isso <githubLink>nesta edição do GitHub</githubLink>, ou falar conosco em <discordLink>Discord</discordLink> ou <matrixLink>Matrix</matrixLink>.",
|
||||
"action_bar_reservation_add": "Reserve topic",
|
||||
"action_bar_reservation_edit": "Change reservation",
|
||||
"signup_disabled": "Signup is disabled",
|
||||
"signup_error_username_taken": "Username {{username}} is already taken",
|
||||
"signup_error_creation_limit_reached": "Account creation limit reached",
|
||||
"action_bar_reservation_delete": "N",
|
||||
"action_bar_account": "Account",
|
||||
"action_bar_change_display_name": "Change display name"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue