missing action + locales
This commit is contained in:
parent
5fbe82700d
commit
4d9b4b65d3
|
@ -2033,3 +2033,4 @@ userSaysSomethingReasonQuote: '{name} ha citat una publicació que conté {reaso
|
||||||
userSaysSomethingReasonReply: '{name} ha respost a una publicació que conté {reason}'
|
userSaysSomethingReasonReply: '{name} ha respost a una publicació que conté {reason}'
|
||||||
userSaysSomethingReasonRenote: '{name} ha impulsat una publicació que conté {reason}'
|
userSaysSomethingReasonRenote: '{name} ha impulsat una publicació que conté {reason}'
|
||||||
highlightCw: Ressalta el contingut de les publicacions advertides
|
highlightCw: Ressalta el contingut de les publicacions advertides
|
||||||
|
apps: Aplicacions
|
||||||
|
|
|
@ -1079,6 +1079,7 @@ enableCustomKaTeXMacro: "Enable custom KaTeX macros"
|
||||||
noteId: "Post ID"
|
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."
|
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"
|
findOtherInstance: "Find another server"
|
||||||
|
apps: "Apps"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "Reduces the effort of server moderation through automatically recognizing\
|
description: "Reduces the effort of server moderation through automatically recognizing\
|
||||||
|
|
|
@ -1916,3 +1916,4 @@ _messaging:
|
||||||
groups: Grupos
|
groups: Grupos
|
||||||
dms: Privado
|
dms: Privado
|
||||||
pushNotification: Notificaciones
|
pushNotification: Notificaciones
|
||||||
|
apps: Aplicaciones
|
||||||
|
|
|
@ -1840,3 +1840,4 @@ _deck:
|
||||||
noteId: 投稿のID
|
noteId: 投稿のID
|
||||||
hiddenTagsDescription: 'トレンドと「みつける」から除外したいハッシュタグを(先頭の # を除いて)改行区切りで入力してください。この設定はトレンドと「みつける」以外には影響しません。'
|
hiddenTagsDescription: 'トレンドと「みつける」から除外したいハッシュタグを(先頭の # を除いて)改行区切りで入力してください。この設定はトレンドと「みつける」以外には影響しません。'
|
||||||
hiddenTags: 非表示にするハッシュタグ
|
hiddenTags: 非表示にするハッシュタグ
|
||||||
|
apps: "アプリ"
|
||||||
|
|
|
@ -1982,3 +1982,4 @@ themeColor: Kolor znacznika instancji
|
||||||
instanceDefaultLightTheme: Domyślny jasny motyw instancji
|
instanceDefaultLightTheme: Domyślny jasny motyw instancji
|
||||||
enableEmojiReactions: Włącz reakcje emoji
|
enableEmojiReactions: Włącz reakcje emoji
|
||||||
showEmojisInReactionNotifications: Pokazuj emoji w powiadomieniach reakcyjnych
|
showEmojisInReactionNotifications: Pokazuj emoji w powiadomieniach reakcyjnych
|
||||||
|
apps: Aplikacje
|
||||||
|
|
|
@ -1983,3 +1983,4 @@ customKaTeXMacroDescription: 'Настройте макросы чтобы ле
|
||||||
ветвление, здесь использоваться не может.'
|
ветвление, здесь использоваться не может.'
|
||||||
cannotUploadBecauseExceedsFileSizeLimit: Этот файл не может быть загружен так как
|
cannotUploadBecauseExceedsFileSizeLimit: Этот файл не может быть загружен так как
|
||||||
он превышает максимально разрешённый размер.
|
он превышает максимально разрешённый размер.
|
||||||
|
apps: Приложения
|
||||||
|
|
|
@ -25,10 +25,12 @@ export function openHelpMenu_(ev: MouseEvent) {
|
||||||
to: "/about-calckey",
|
to: "/about-calckey",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "button",
|
||||||
text: i18n.ts._apps.apps,
|
text: i18n.ts._apps.apps,
|
||||||
icon: "ph-device-mobile ph-bold ph-lg",
|
icon: "ph-device-mobile ph-bold ph-lg",
|
||||||
to: "https://calckey.org/apps",
|
action: () => {
|
||||||
|
window.open('https://calckey.org/', '_blank');
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "button",
|
type: "button",
|
||||||
|
|
Loading…
Reference in New Issue