missing action + locales

This commit is contained in:
ThatOneCalculator 2023-05-07 19:05:05 -07:00
parent 5fbe82700d
commit 4d9b4b65d3
No known key found for this signature in database
GPG key ID: 8703CACD01000000
7 changed files with 10 additions and 2 deletions

View file

@ -2033,3 +2033,4 @@ userSaysSomethingReasonQuote: '{name} ha citat una publicació que conté {reaso
userSaysSomethingReasonReply: '{name} ha respost a una publicació que conté {reason}'
userSaysSomethingReasonRenote: '{name} ha impulsat una publicació que conté {reason}'
highlightCw: Ressalta el contingut de les publicacions advertides
apps: Aplicacions

View file

@ -1079,6 +1079,7 @@ enableCustomKaTeXMacro: "Enable custom KaTeX macros"
noteId: "Post ID"
signupsDisabled: "Signups on this server are currently disabled, but you can always sign up at another server! If you have an invitation code for this server, please enter it below."
findOtherInstance: "Find another server"
apps: "Apps"
_sensitiveMediaDetection:
description: "Reduces the effort of server moderation through automatically recognizing\

View file

@ -1916,3 +1916,4 @@ _messaging:
groups: Grupos
dms: Privado
pushNotification: Notificaciones
apps: Aplicaciones

View file

@ -1840,3 +1840,4 @@ _deck:
noteId: 投稿のID
hiddenTagsDescription: 'トレンドと「みつける」から除外したいハッシュタグを(先頭の # を除いて)改行区切りで入力してください。この設定はトレンドと「みつける」以外には影響しません。'
hiddenTags: 非表示にするハッシュタグ
apps: "アプリ"

View file

@ -1982,3 +1982,4 @@ themeColor: Kolor znacznika instancji
instanceDefaultLightTheme: Domyślny jasny motyw instancji
enableEmojiReactions: Włącz reakcje emoji
showEmojisInReactionNotifications: Pokazuj emoji w powiadomieniach reakcyjnych
apps: Aplikacje

View file

@ -1983,3 +1983,4 @@ customKaTeXMacroDescription: 'Настройте макросы чтобы ле
ветвление, здесь использоваться не может.'
cannotUploadBecauseExceedsFileSizeLimit: Этот файл не может быть загружен так как
он превышает максимально разрешённый размер.
apps: Приложения

View file

@ -25,10 +25,12 @@ export function openHelpMenu_(ev: MouseEvent) {
to: "/about-calckey",
},
{
type: "link",
type: "button",
text: i18n.ts._apps.apps,
icon: "ph-device-mobile ph-bold ph-lg",
to: "https://calckey.org/apps",
action: () => {
window.open('https://calckey.org/', '_blank');
},
},
{
type: "button",